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

  /src/sys/sys/
cpu.h 53 #ifndef cpu_need_resched
54 void cpu_need_resched(struct cpu_info *, struct lwp *, int);
145 * Flags for cpu_need_resched. RESCHED_KPREEMPT must be greater than
  /src/sys/arch/ia64/include/
cpu.h 169 // void cpu_need_resched(struct cpu_info *ci, int flags)
170 #define cpu_need_resched(ci, l, f) do { \ macro
  /src/sys/arch/sh3/include/
cpu.h 103 #define cpu_need_resched(ci,l,flags) \ macro
  /src/sys/arch/m68k/include/
cpu.h 205 #define cpu_need_resched(ci, l, flags) \ macro
  /src/sys/arch/arm/arm/
arm_machdep.c 223 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/arch/vax/include/
cpu.h 159 #define cpu_need_resched(ci, l, flags) \ macro
  /src/sys/arch/sparc/include/
cpu.h 463 #define cpu_need_resched(ci, l, flags) do { \ macro
  /src/sys/arch/hppa/hppa/
hppa_machdep.c 297 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/arch/aarch64/aarch64/
cpu_machdep.c 258 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/arch/usermode/dev/
cpu.c 185 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/arch/powerpc/powerpc/
powerpc_machdep.c 412 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/kern/
kern_runq.c 396 cpu_need_resched(ci, l, f);
  /src/sys/arch/x86/x86/
x86_machdep.c 320 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/arch/mips/mips/
cpu_subr.c 500 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/arch/riscv/riscv/
riscv_machdep.c 341 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/sys/arch/alpha/alpha/
machdep.c 1958 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void
  /src/share/man/man9/
Makefile 14 cpu_idle.9 cpu_initclocks.9 cpu_need_resched.9 \
  /src/sys/arch/sparc64/sparc64/
machdep.c 2628 cpu_need_resched(struct cpu_info *ci, struct lwp *l, int flags) function in typeref:typename:void

Completed in 86 milliseconds