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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtimer.c337 isc_boolean_t need_wakeup = ISC_FALSE; local
349 need_wakeup = ISC_TRUE;
356 if (need_wakeup) {
/freebsd-11-stable/sys/vm/
H A Dvm_map.c2408 boolean_t need_wakeup, result, user_unwire; local
2506 need_wakeup = FALSE;
2548 need_wakeup = TRUE;
2553 if (need_wakeup)
2607 boolean_t need_wakeup, result, user_wire; local
2774 need_wakeup = FALSE;
2832 need_wakeup = TRUE;
2837 if (need_wakeup)

Completed in 59 milliseconds