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.c482 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()
496 if (flags & SW_VOL) { in mi_switch()
652 mi_switch(SW_VOL | SWT_RELINQUISH); in kern_yield()
666 mi_switch(SW_VOL | SWT_RELINQUISH); in sys_yield()
H A Dsched_4bsd.c1572 mi_switch(SW_VOL | SWT_BIND); in sched_4bsd_bind()
1596 mi_switch(SW_VOL | SWT_RELINQUISH); in sched_4bsd_relinquish()
1653 mi_switch(SW_VOL | SWT_IDLE); in sched_4bsd_idletd()
H A Dsched_ule.c1136 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
1174 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
3023 mi_switch(SW_VOL | SWT_BIND); in sched_ule_bind()
3058 mi_switch(SW_VOL | SWT_RELINQUISH);
3118 mi_switch(SW_VOL | SWT_IDLE); in sched_ule_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_intr.c1320 mi_switch(SW_VOL | SWT_IWAIT); in ithread_loop()
H A Dkern_timeout.c850 mi_switch(SW_VOL | SWT_IWAIT); in softclock_thread()
H A Dkern_thread.c1567 mi_switch(SW_VOL | SWT_SUSPEND); in thread_suspend_switch()
/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.h936 #define SW_VOL 0x0100 /* Voluntary switch. */ macro