Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsocket_flows.c153 static int soflow_attached_count = 0; variable
462 soflow_attached_count--; in soflow_db_remove_entry()
1249 if (soflow_attached_count == 0) { in soflow_get_flow()
1250 thread_wakeup((caddr_t)&soflow_attached_count); in soflow_get_flow()
1252 soflow_attached_count++; in soflow_get_flow()
1336 (void) assert_wait((event_t) &soflow_attached_count, in soflow_gc_thread_sleep()
1343 (void) assert_wait_deadline(&soflow_attached_count, in soflow_gc_thread_sleep()
1438 if (soflow_attached_count == 0) { in soflow_gc_expire()
1493 soflow_gc_thread_sleep(soflow_attached_count == 0 ? true : false); in soflow_gc_expire()