Searched refs:SW_VOL (Results 1 – 12 of 12) sorted by relevance
502 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()
1539 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()
569 mi_switch(SW_VOL); in poll_idle()
1060 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()
667 mi_switch(SW_VOL | SWT_RELINQUISH); in epoch_block_handler_preempt()
817 mi_switch(SW_VOL | SWT_TURNSTILE); in turnstile_wait()
608 mi_switch(SW_VOL | SWT_SLEEPQ); in sleepq_switch()
1292 mi_switch(SW_VOL | SWT_IWAIT); in ithread_loop()
1477 mi_switch(SW_VOL | SWT_SUSPEND); in thread_suspend_switch()
1393 mi_switch(SW_VOL); in bufshutdown()
358 mi_switch(SW_VOL); in msgring_process()
857 #define SW_VOL 0x0100 /* Voluntary switch. */ macro