Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_synch.c486 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0,
500 if (flags & SW_VOL) { in mi_switch()
656 mi_switch(SW_VOL | SWT_RELINQUISH); in synch_setup()
670 mi_switch(SW_VOL | SWT_RELINQUISH); in maybe_yield()
H A Dsched_4bsd.c1573 mi_switch(SW_VOL | SWT_BIND); in sched_bind()
1597 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()
1688 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
H A Dsched_ule.c1089 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
1127 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
2913 mi_switch(SW_VOL | SWT_BIND); in sched_bind()
2948 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()
3008 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
H A Dsubr_epoch.c690 mi_switch(SW_VOL | SWT_RELINQUISH); in epoch_block_handler_preempt()
H A Dsubr_turnstile.c816 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_thread.c1551 mi_switch(SW_VOL | SWT_SUSPEND); in thread_suspend_switch()
H A Dkern_timeout.c850 mi_switch(SW_VOL | SWT_IWAIT); in softclock_thread()
H A Dkern_intr.c1320 mi_switch(SW_VOL | SWT_IWAIT); in ithread_loop()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c312 mi_switch(SW_VOL | SWT_RELINQUISH); in linux_synchronize_rcu_cb()
/freebsd/sys/sys/
H A Dproc.h930 #define SW_VOL 0x0100 /* Voluntary switch. */ macro