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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c176 static thread_call_t mcache_update_tcall; variable
200 mcache_update_tcall = thread_call_allocate(mcache_update, NULL);
201 if (mcache_reap_tcall == NULL || mcache_update_tcall == NULL)
1422 thread_call_enter_delayed_with_leeway(mcache_update_tcall, NULL,

Completed in 24 milliseconds