Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dworkqueue.c3766 unsigned int work_color; in insert_wq_barrier() local
3796 work_color = worker->current_color; in insert_wq_barrier()
3803 work_color = get_work_color(*bits); in insert_wq_barrier()
3807 pwq->nr_in_flight[work_color]++; in insert_wq_barrier()
3882 if (work_color >= 0) { in flush_workqueue_prep_pwqs()
3883 WARN_ON_ONCE(work_color != work_next_color(pwq->work_color)); in flush_workqueue_prep_pwqs()
3884 pwq->work_color = work_color; in flush_workqueue_prep_pwqs()
3966 wq->work_color = next_color; in __flush_workqueue()
3975 wq->work_color)) { in __flush_workqueue()
4050 wq->work_color = work_next_color(wq->work_color); in __flush_workqueue()
[all …]