Searched refs:nr_pwqs_to_flush (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dworkqueue.c342 atomic_t nr_pwqs_to_flush; /* flush in progress */ member in struct:workqueue_struct
2049 if (atomic_dec_and_test(&pwq->wq->nr_pwqs_to_flush))
3849 * @flush_color, @wq->nr_pwqs_to_flush is updated accordingly, pwq
3875 WARN_ON_ONCE(atomic_read(&wq->nr_pwqs_to_flush));
3876 atomic_set(&wq->nr_pwqs_to_flush, 1);
3889 atomic_inc(&wq->nr_pwqs_to_flush);
3902 if (flush_color >= 0 && atomic_dec_and_test(&wq->nr_pwqs_to_flush))
5591 atomic_set(&wq->nr_pwqs_to_flush, 0);

Completed in 263 milliseconds