Searched refs:work_color (Results 1 – 1 of 1) sorted by relevance
208 int work_color; /* L: current color */ member266 int work_color; /* WQ: current work color */ member1512 pwq->nr_in_flight[pwq->work_color]++; in __queue_work()1513 work_flags = work_color_to_flags(pwq->work_color); in __queue_work()2686 unsigned int work_color; in insert_wq_barrier() local2711 work_color = worker->current_color; in insert_wq_barrier()2718 work_color = get_work_color(*bits); in insert_wq_barrier()2722 pwq->nr_in_flight[work_color]++; in insert_wq_barrier()2723 work_flags |= work_color_to_flags(work_color); in insert_wq_barrier()2761 int flush_color, int work_color) in flush_workqueue_prep_pwqs() argument[all …]