Searched refs:startup_count (Results 1 – 1 of 1) sorted by relevance
113 static atomic_t startup_count; variable622 if (atomic_dec_and_test(&startup_count)) in threadfunc()624 if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == -1)) { in threadfunc()746 atomic_set(&startup_count, tcount); in test_rht_init()774 atomic_dec(&startup_count); in test_rht_init()779 if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == 0)) in test_rht_init()782 atomic_dec(&startup_count); in test_rht_init()