Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_synch.c411 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()
422 if (flags & SW_VOL) { in mi_switch()
569 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in kern_yield()
584 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in sys_yield()
H A Dsched_4bsd.c1509 mi_switch(SW_VOL, NULL); in sched_bind()
1532 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in sched_relinquish()
1624 mi_switch(SW_VOL | SWT_IDLE, NULL); in sched_idletd()
H A Dkern_poll.c560 mi_switch(SW_VOL, NULL); in poll_idle()
H A Dsched_ule.c1063 mi_switch(SW_VOL | SWT_IDLE, NULL); in tdq_idled()
2683 mi_switch(SW_VOL, NULL); in sched_bind()
2717 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in sched_relinquish()
2778 mi_switch(SW_VOL | SWT_IDLE, NULL); in sched_idletd()
H A Dsubr_epoch.c468 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in epoch_block_handler_preempt()
H A Dkern_thread.c1069 mi_switch(SW_VOL | SWT_SUSPEND, NULL); in thread_suspend_switch()
H A Dsubr_turnstile.c794 mi_switch(SW_VOL | SWT_TURNSTILE, NULL); in turnstile_wait()
H A Dsubr_sleepqueue.c626 mi_switch(SW_VOL | SWT_SLEEPQ, NULL); in sleepq_switch()
H A Dkern_intr.c1236 mi_switch(SW_VOL | SWT_IWAIT, NULL); in ithread_loop()
H A Dvfs_bio.c1390 mi_switch(SW_VOL, NULL); in bufshutdown()
/freebsd-12.1/sys/dev/dpaa/
H A Dbman_portals.c145 mi_switch(SW_VOL, NULL); in bman_portal_setup()
H A Dqman_portals.c150 mi_switch(SW_VOL, NULL); in qman_portal_setup()
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c261 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in linux_synchronize_rcu_cb()
/freebsd-12.1/sys/mips/nlm/
H A Dcms.c358 mi_switch(SW_VOL, NULL); in msgring_process()
/freebsd-12.1/sys/sys/
H A Dproc.h808 #define SW_VOL 0x0100 /* Voluntary switch. */ macro