Searched refs:startup_count (Results 1 – 1 of 1) sorted by relevance
112 static atomic_t startup_count; variable636 if (atomic_dec_and_test(&startup_count)) in threadfunc()638 if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == -1)) { in threadfunc()760 atomic_set(&startup_count, tcount); in test_rht_init()788 atomic_dec(&startup_count); in test_rht_init()793 if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == 0)) in test_rht_init()796 atomic_dec(&startup_count); in test_rht_init()