Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dmp_pcb.c55 static boolean_t mp_timeout_run; /* MP timer is scheduled to run */ variable
124 mp_timeout_run = FALSE; in mp_timeout()
134 if (!mp_timeout_run && (mp_garbage_collecting || mp_ticking)) { in mp_sched_timeout()
136 mp_timeout_run = TRUE; in mp_sched_timeout()