Home
last modified time | relevance | path

Searched refs:SW_VOL (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_synch.c502 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()
512 if (flags & SW_VOL) { in mi_switch()
668 mi_switch(SW_VOL | SWT_RELINQUISH); in kern_yield()
682 mi_switch(SW_VOL | SWT_RELINQUISH); in sys_yield()
H A Dsched_4bsd.c1539 mi_switch(SW_VOL); in sched_bind()
1563 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()
1654 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
H A Dkern_poll.c569 mi_switch(SW_VOL); in poll_idle()
H A Dsched_ule.c1060 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
2729 mi_switch(SW_VOL); in sched_bind()
2764 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()
2824 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
H A Dsubr_epoch.c667 mi_switch(SW_VOL | SWT_RELINQUISH); in epoch_block_handler_preempt()
H A Dsubr_turnstile.c817 mi_switch(SW_VOL | SWT_TURNSTILE); in turnstile_wait()
H A Dsubr_sleepqueue.c608 mi_switch(SW_VOL | SWT_SLEEPQ); in sleepq_switch()
H A Dkern_intr.c1292 mi_switch(SW_VOL | SWT_IWAIT); in ithread_loop()
H A Dkern_thread.c1477 mi_switch(SW_VOL | SWT_SUSPEND); in thread_suspend_switch()
H A Dvfs_bio.c1393 mi_switch(SW_VOL); in bufshutdown()
/f-stack/freebsd/mips/nlm/
H A Dcms.c358 mi_switch(SW_VOL); in msgring_process()
/f-stack/freebsd/sys/
H A Dproc.h857 #define SW_VOL 0x0100 /* Voluntary switch. */ macro