HomeSort by: relevance | last modified time | path
    Searched refs:curcpu_stable (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
kern_heartbeat.c 138 * Caller must be bound to the CPU, i.e., curcpu_stable() must be
139 * true. This function does not assert curcpu_stable() since it
168 KASSERT(__predict_false(cold) || curcpu_stable());
186 * Caller must be bound to the CPU, i.e., curcpu_stable() must be
196 KASSERT(curcpu_stable());
508 KASSERT(curcpu_stable());
557 KASSERT(curcpu_stable());
636 KASSERT(curcpu_stable());
subr_cpu.c 141 curcpu_stable(void) function in typeref:typename:bool
  /src/sys/sys/
cpu.h 87 bool curcpu_stable(void);
  /src/sys/arch/x86/x86/
tsc.c 482 KASSERT(curcpu_stable());

Completed in 63 milliseconds