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()821 atomic_set(&startup_count, tcount); in test_rht_init()849 atomic_dec(&startup_count); in test_rht_init()854 if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == 0)) in test_rht_init()857 atomic_dec(&startup_count); in test_rht_init()