Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.c183 static void soflow_gc_expire(void *v, wait_result_t w);
1345 thread_block_parameter((thread_continue_t) soflow_gc_expire, NULL); in soflow_gc_thread_func()
1409 soflow_gc_expire(void *v, wait_result_t w) in soflow_gc_expire() function
1482 thread_block_parameter((thread_continue_t)soflow_gc_expire, NULL); in soflow_gc_expire()