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

/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c166 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting macro
224 cc_exec_waiting(cc, direct) = false;
714 if (cc_exec_waiting(cc, direct)) {
730 cc_exec_waiting(cc, direct) = false;
732 wakeup(&cc_exec_waiting(cc, direct));
1021 if (cc_exec_waiting(cc, direct)) {
1195 sleepq_release(&cc_exec_waiting(old_cc, direct));
1221 sleepq_release(&cc_exec_waiting(cc, direct));
1253 &cc_exec_waiting(cc, direct));
1265 cc_exec_waiting(c
[all...]

Completed in 66 milliseconds