Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_synch.c504 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()
518 if (flags & SW_VOL) { in mi_switch()
691 mi_switch(SW_VOL | SWT_RELINQUISH); in kern_yield()
705 mi_switch(SW_VOL | SWT_RELINQUISH); in sys_yield()
H A Dsched_4bsd.c1576 mi_switch(SW_VOL | SWT_BIND); in sched_bind()
1600 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()
1691 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()
2916 mi_switch(SW_VOL | SWT_BIND); in sched_bind()
2951 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_relinquish()
3011 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
H A Dsubr_epoch.c691 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.c607 mi_switch(SW_VOL | SWT_SLEEPQ); in sleepq_switch()
H A Dkern_intr.c1312 mi_switch(SW_VOL | SWT_IWAIT); in ithread_loop()
H A Dkern_thread.c1562 mi_switch(SW_VOL | SWT_SUSPEND); in thread_suspend_switch()
H A Dkern_timeout.c847 mi_switch(SW_VOL | SWT_IWAIT); in softclock_thread()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c313 mi_switch(SW_VOL | SWT_RELINQUISH); in linux_synchronize_rcu_cb()
/freebsd-14.2/sys/sys/
H A Dproc.h931 #define SW_VOL 0x0100 /* Voluntary switch. */ macro