Searched refs:soflow_attached_count (Results 1 – 1 of 1) sorted by relevance
153 static int soflow_attached_count = 0; variable462 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()