Home
last modified time | relevance | path

Searched refs:need_resched (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/sys/arch/sh/sh/
Dcpu.c81 need_resched(struct cpu_info *ci) in need_resched() function
/openbsd/src/sys/kern/
Dsubr_prof.c288 need_resched(curcpu()); in sys_profil()
301 need_resched(curcpu()); in sys_profil()
Dsched_bsd.c108 need_resched(ci); in roundrobin()
Dkern_sched.c298 need_resched(ci); in setrunqueue()
Dkern_time.c563 need_resched(curcpu()); in setitimer()
/openbsd/src/sys/arch/sh/include/
Dcpu.h121 void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/powerpc64/include/
Dcpu.h195 void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/arm/include/
Dcpu.h279 #define need_resched(ci) (want_resched = 1, setsoftast()) macro
/openbsd/src/sys/arch/riscv64/include/
Dcpu.h222 void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/m88k/include/
Dcpu.h295 void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/hppa/include/
Dcpu.h278 extern void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/sparc64/include/
Dcpu.h297 extern void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/arm64/include/
Dcpu.h274 void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/hppa/dev/
Dcpu.c277 need_resched(struct cpu_info *ci) in need_resched() function
/openbsd/src/sys/arch/alpha/include/
Dcpu.h335 #define need_resched(ci) \ macro
/openbsd/src/sys/arch/m88k/m88k/
Dm88k_machdep.c302 need_resched(struct cpu_info *ci) in need_resched() function
/openbsd/src/sys/arch/i386/include/
Dcpu.h281 extern void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/mips64/mips64/
Dcpu.c353 need_resched(struct cpu_info *ci) in need_resched() function
/openbsd/src/sys/arch/amd64/include/
Dcpu.h287 extern void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/powerpc/include/
Dcpu.h191 #define need_resched(ci) \ macro
/openbsd/src/sys/arch/mips64/include/
Dcpu.h296 void need_resched(struct cpu_info *);
/openbsd/src/sys/arch/sparc64/sparc64/
Dcpu.c721 need_resched(struct cpu_info *ci) in need_resched() function
/openbsd/src/sys/arch/riscv64/riscv64/
Dmachdep.c418 need_resched(struct cpu_info *ci) in need_resched() function
/openbsd/src/sys/arch/arm64/arm64/
Dmachdep.c474 need_resched(struct cpu_info *ci) in need_resched() function
/openbsd/src/sys/arch/powerpc64/powerpc64/
Dmachdep.c703 need_resched(struct cpu_info *ci) in need_resched() function

12