Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c259 int work_color; /* L: current color */ member
340 int work_color; /* WQ: current work color */ member
2326 pwq->nr_in_flight[pwq->work_color]++; in __queue_work()
2327 work_flags = work_color_to_flags(pwq->work_color); in __queue_work()
3753 unsigned int work_color; in insert_wq_barrier() local
3783 work_color = worker->current_color; in insert_wq_barrier()
3790 work_color = get_work_color(*bits); in insert_wq_barrier()
3794 pwq->nr_in_flight[work_color]++; in insert_wq_barrier()
3795 work_flags |= work_color_to_flags(work_color); in insert_wq_barrier()
3832 int flush_color, int work_color) in flush_workqueue_prep_pwqs() argument
[all …]