Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dtimer_call.h110 #define TIMER_CALL_USER_MASK TIMEOUT_URGENCY_USER_MASK macro
H A Dtimer_call.c1862 if ((urgency & TIMER_CALL_USER_MASK) != 0) { in timer_compute_leeway()