Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsocket_flows.c182 static void soflow_gc_expire(void *v, wait_result_t w);
1358 thread_block_parameter((thread_continue_t) soflow_gc_expire, NULL); in soflow_gc_thread_func()
1422 soflow_gc_expire(void *v, wait_result_t w) in soflow_gc_expire() function
1495 thread_block_parameter((thread_continue_t)soflow_gc_expire, NULL); in soflow_gc_expire()