| /openbsd/src/sys/arch/sh/sh/ |
| D | cpu.c | 81 need_resched(struct cpu_info *ci) in need_resched() function
|
| /openbsd/src/sys/kern/ |
| D | subr_prof.c | 288 need_resched(curcpu()); in sys_profil() 301 need_resched(curcpu()); in sys_profil()
|
| D | sched_bsd.c | 108 need_resched(ci); in roundrobin()
|
| D | kern_sched.c | 298 need_resched(ci); in setrunqueue()
|
| D | kern_time.c | 563 need_resched(curcpu()); in setitimer()
|
| /openbsd/src/sys/arch/sh/include/ |
| D | cpu.h | 121 void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/powerpc64/include/ |
| D | cpu.h | 195 void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/arm/include/ |
| D | cpu.h | 279 #define need_resched(ci) (want_resched = 1, setsoftast()) macro
|
| /openbsd/src/sys/arch/riscv64/include/ |
| D | cpu.h | 222 void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/m88k/include/ |
| D | cpu.h | 295 void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/hppa/include/ |
| D | cpu.h | 278 extern void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | cpu.h | 297 extern void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/arm64/include/ |
| D | cpu.h | 274 void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | cpu.c | 277 need_resched(struct cpu_info *ci) in need_resched() function
|
| /openbsd/src/sys/arch/alpha/include/ |
| D | cpu.h | 335 #define need_resched(ci) \ macro
|
| /openbsd/src/sys/arch/m88k/m88k/ |
| D | m88k_machdep.c | 302 need_resched(struct cpu_info *ci) in need_resched() function
|
| /openbsd/src/sys/arch/i386/include/ |
| D | cpu.h | 281 extern void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/mips64/mips64/ |
| D | cpu.c | 353 need_resched(struct cpu_info *ci) in need_resched() function
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | cpu.h | 287 extern void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | cpu.h | 191 #define need_resched(ci) \ macro
|
| /openbsd/src/sys/arch/mips64/include/ |
| D | cpu.h | 296 void need_resched(struct cpu_info *);
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | cpu.c | 721 need_resched(struct cpu_info *ci) in need_resched() function
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | machdep.c | 418 need_resched(struct cpu_info *ci) in need_resched() function
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | machdep.c | 474 need_resched(struct cpu_info *ci) in need_resched() function
|
| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | machdep.c | 703 need_resched(struct cpu_info *ci) in need_resched() function
|