Home
last modified time | relevance | path

Searched refs:sched_pause (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dsched.h38 #define cond_resched() sched_pause(yield)
/openbsd-src/sys/sys/
H A Dsched.h198 #define sched_pause(func) do { \ macro
/openbsd-src/sys/kern/
H A Dvfs_sync.c189 sched_pause(yield); in syncer_thread()
H A Dkern_subr.c139 sched_pause(preempt); in uiomove()
H A Dkern_ktrace.c255 sched_pause(preempt); in ktrgenio()
379 sched_pause(preempt); in ktrexec()
H A Dexec_subr.c350 sched_pause(yield); in vmcmd_randomize()
H A Dkern_task.c449 sched_pause(yield); in taskq_thread()
H A Dvfs_bio.c1227 sched_pause(yield); in buf_daemon()
H A Dvfs_subr.c2056 sched_pause(yield); in vflushbuf()
/openbsd-src/sys/uvm/
H A Duvm_pdaemon.c330 sched_pause(yield); in uvm_aiodone_daemon()
374 sched_pause(yield); in uvmpd_trylockowner()
H A Duvm_glue.c
H A Duvm_map.c2494 sched_pause(yield); in uvm_map_teardown()
/openbsd-src/sys/net/
H A Dpf_table.c78 sched_pause(preempt); \