Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dsocket_flows.c186 static void soflow_gc_expire(void *v, wait_result_t w);
1344 thread_block_parameter((thread_continue_t) soflow_gc_expire, NULL); in soflow_gc_thread_func()
1408 soflow_gc_expire(void *v, wait_result_t w) in soflow_gc_expire() function
1481 thread_block_parameter((thread_continue_t)soflow_gc_expire, NULL); in soflow_gc_expire()