Home
last modified time | relevance | path

Searched refs:work_color (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dworkqueue.c3012 unsigned int work_color; in insert_wq_barrier() local
3037 work_color = worker->current_color; in insert_wq_barrier()
3044 work_color = get_work_color(*bits); in insert_wq_barrier()
3048 pwq->nr_in_flight[work_color]++; in insert_wq_barrier()
3111 if (work_color >= 0) { in flush_workqueue_prep_pwqs()
3112 WARN_ON_ONCE(work_color != work_next_color(pwq->work_color)); in flush_workqueue_prep_pwqs()
3113 pwq->work_color = work_color; in flush_workqueue_prep_pwqs()
3162 wq->work_color = next_color; in __flush_workqueue()
3171 wq->work_color)) { in __flush_workqueue()
3246 wq->work_color = work_next_color(wq->work_color); in __flush_workqueue()
[all …]