Searched refs:SW_VOL (Results 1 – 15 of 15) sorted by relevance
504 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()514 if (flags & SW_VOL) { in mi_switch()670 mi_switch(SW_VOL | SWT_RELINQUISH); in kern_yield()684 mi_switch(SW_VOL | SWT_RELINQUISH); in sys_yield()
1546 mi_switch(SW_VOL); in sched_bind()1570 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()1661 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
569 mi_switch(SW_VOL); in poll_idle()
1063 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()1101 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()2827 mi_switch(SW_VOL); in sched_bind()2862 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()2922 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
668 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()
1509 mi_switch(SW_VOL | SWT_SUSPEND); in thread_suspend_switch()
1292 mi_switch(SW_VOL | SWT_IWAIT); in ithread_loop()
1419 mi_switch(SW_VOL); in bufshutdown()
145 mi_switch(SW_VOL); in bman_portal_setup()
150 mi_switch(SW_VOL); in qman_portal_setup()
283 mi_switch(SW_VOL | SWT_RELINQUISH); in linux_synchronize_rcu_cb()
358 mi_switch(SW_VOL); in msgring_process()
872 #define SW_VOL 0x0100 /* Voluntary switch. */ macro