Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dworkqueue.c1342 unsigned int work_flags; in __queue_work() local
1421 work_flags = work_color_to_flags(pwq->work_color); in __queue_work()
1428 work_flags |= WORK_STRUCT_DELAYED; in __queue_work()
1432 insert_work(pwq, work, worklist, work_flags); in __queue_work()