Searched refs:mcache_reap_timeout (Results 1 – 1 of 1) sorted by relevance
166 static void mcache_reap_timeout(thread_call_param_t __unused, thread_call_param_t);191 mcache_reap_tcall = thread_call_allocate(mcache_reap_timeout, NULL); in mcache_init()1341 mcache_reap_timeout(thread_call_param_t dummy __unused, in mcache_reap_timeout() function