Lines Matching defs:work_flags
2280 unsigned int work_flags;
2369 work_flags = work_color_to_flags(pwq->work_color);
2381 insert_work(pwq, work, &pool->worklist, work_flags);
2384 work_flags |= WORK_STRUCT_INACTIVE;
2385 insert_work(pwq, work, &pwq->inactive_works, work_flags);
3875 unsigned int work_flags = 0;
3898 work_flags |= WORK_STRUCT_INACTIVE;
3912 work_flags |= *bits & WORK_STRUCT_LINKED;
3918 work_flags |= work_color_to_flags(work_color);
3920 insert_work(pwq, &barr->work, head, work_flags);