Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dsocket_flows.c183 static void soflow_gc_expire(void *v, wait_result_t w);
1366 thread_block_parameter((thread_continue_t) soflow_gc_expire, NULL); in soflow_gc_thread_func()
1435 soflow_gc_expire(void *v, wait_result_t w) in soflow_gc_expire() function
1508 thread_block_parameter((thread_continue_t)soflow_gc_expire, NULL); in soflow_gc_expire()