Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dworkqueue.h47 WORK_STRUCT_LINKED = 1 << WORK_STRUCT_LINKED_BIT, enumerator
/openbmc/linux/kernel/
H A Dworkqueue.c1043 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED)) in move_linked_works()
3054 work_flags |= *bits & WORK_STRUCT_LINKED; in insert_wq_barrier()
5209 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()
5221 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()