Home
last modified time | relevance | path

Searched refs:SPCF_SHOULDYIELD (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/sys/
H A Dsched.h138 #define SPCF_SHOULDYIELD 0x0002 /* process should yield the CPU */ macro
139 #define SPCF_SWITCHCLEAR (SPCF_SEENRR|SPCF_SHOULDYIELD)
199 if (curcpu()->ci_schedstate.spc_schedflags & SPCF_SHOULDYIELD) \
/openbsd/sys/dev/pci/drm/include/linux/
H A Dsched.h40 (curcpu()->ci_schedstate.spc_schedflags & SPCF_SHOULDYIELD)
/openbsd/sys/kern/
H A Dsched_bsd.c100 SPCF_SEENRR | SPCF_SHOULDYIELD); in roundrobin()
107 if (spc->spc_nrun || spc->spc_schedflags & SPCF_SHOULDYIELD) in roundrobin()
/openbsd/sys/net/
H A Dif.c1048 if (curcpu()->ci_schedstate.spc_schedflags & SPCF_SHOULDYIELD) { in if_netisr()
H A Dpf.c1962 SPCF_SHOULDYIELD) || limited) in pf_purge_expired_states()
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c3997 if (spc->spc_schedflags & SPCF_SHOULDYIELD) in vcpu_run_vmx()
6370 if (spc->spc_schedflags & SPCF_SHOULDYIELD) in vcpu_run_svm()