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

  /src/sys/sys/
cpu.h 88 bool cpu_kpreempt_enter(uintptr_t, int);
  /src/sys/arch/arm/arm/
arm_machdep.c 325 cpu_kpreempt_enter(uintptr_t where, int s) function
  /src/sys/kern/
kern_stub.c 205 cpu_kpreempt_enter(uintptr_t where, int s) function
kern_synch.c 417 if (__predict_false(!cpu_kpreempt_enter(where, s))) {
  /src/sys/arch/aarch64/aarch64/
cpu_machdep.c 306 cpu_kpreempt_enter(uintptr_t where, int s) function
  /src/sys/arch/mips/mips/
cpu_subr.c 562 cpu_kpreempt_enter(uintptr_t where, int s) function
  /src/sys/arch/x86/x86/
x86_machdep.c 462 cpu_kpreempt_enter(uintptr_t where, int s) function

Completed in 19 milliseconds