Searched refs:SW_VOL (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_synch.c | 427 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch() 438 if (flags & SW_VOL) { in mi_switch() 600 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in kern_yield() 615 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in sys_yield()
|
| HD | sched_4bsd.c | 1535 mi_switch(SW_VOL, NULL); in sched_bind() 1558 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in sched_relinquish() 1648 mi_switch(SW_VOL | SWT_IDLE, NULL); in sched_idletd()
|
| HD | kern_poll.c | 558 mi_switch(SW_VOL, NULL); in poll_idle()
|
| HD | sched_ule.c | 1028 mi_switch(SW_VOL | SWT_IDLE, NULL); in tdq_idled() 2551 mi_switch(SW_VOL, NULL); in sched_bind() 2585 mi_switch(SW_VOL | SWT_RELINQUISH, NULL); in sched_relinquish() 2646 mi_switch(SW_VOL | SWT_IDLE, NULL); in sched_idletd()
|
| HD | kern_intr.c | 1370 mi_switch(SW_VOL | SWT_IWAIT, NULL); in ithread_loop() 1550 mi_switch(SW_VOL | SWT_IWAIT, NULL); in ithread_loop()
|
| HD | kern_thread.c | 1019 mi_switch(SW_VOL | SWT_SUSPEND, NULL); in thread_suspend_switch()
|
| HD | subr_sleepqueue.c | 552 mi_switch(SW_VOL | SWT_SLEEPQ, NULL); in sleepq_switch()
|
| HD | subr_turnstile.c | 751 mi_switch(SW_VOL | SWT_TURNSTILE, NULL); in turnstile_wait()
|
| HD | vfs_bio.c | 1233 mi_switch(SW_VOL, NULL); in bufshutdown()
|
| /NextBSD/sys/vm/ |
| HD | vm_zeroidle.c | 130 mi_switch(SW_VOL | SWT_IDLE, NULL); in vm_pagezero()
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_traps.c | 159 mi_switch(SW_VOL, NULL); in _swtch_pri()
|
| /NextBSD/sys/mips/nlm/ |
| HD | cms.c | 357 mi_switch(SW_VOL, NULL); in msgring_process()
|
| /NextBSD/sys/mips/rmi/ |
| HD | fmn.c | 380 mi_switch(SW_VOL, NULL); in msgring_process()
|
| /NextBSD/sys/sys/ |
| HD | proc.h | 755 #define SW_VOL 0x0100 /* Voluntary switch. */ macro
|