Searched refs:startup_count (Results 1 – 1 of 1) sorted by relevance
112 static atomic_t startup_count; variable637 if (atomic_dec_and_test(&startup_count)) in threadfunc()639 if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == -1)) { in threadfunc()761 atomic_set(&startup_count, tcount); in test_rht_init()789 atomic_dec(&startup_count); in test_rht_init()794 if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == 0)) in test_rht_init()797 atomic_dec(&startup_count); in test_rht_init()