Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c247 static void fsw_reap_thread_func(void *, wait_result_t);
4050 if (kernel_thread_start(fsw_reap_thread_func, fsw, in fsw_dp_ctor()
4219 fsw_reap_thread_func(void *v, wait_result_t w) in fsw_reap_thread_func() function