Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_timeout.c175 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting macro
233 cc_exec_waiting(cc, direct) = false; in cc_cce_cleanup()
757 if (cc_exec_waiting(cc, direct)) { in softclock_call_cc()
773 cc_exec_waiting(cc, direct) = false; in softclock_call_cc()
775 wakeup(&cc_exec_waiting(cc, direct)); in softclock_call_cc()
1047 if (cc_exec_waiting(cc, direct)) {
1223 sleepq_release(&cc_exec_waiting(old_cc, direct));
1252 sleepq_release(&cc_exec_waiting(cc, direct));
1284 &cc_exec_waiting(cc, direct));
1296 cc_exec_waiting(cc, direct) = true;
[all …]