Home
last modified time | relevance | path

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

/linux/include/linux/
A Dworkqueue.h34 WORK_STRUCT_LINKED_BIT = 3, /* next work is linked to this one */ enumerator
47 WORK_STRUCT_LINKED = 1 << WORK_STRUCT_LINKED_BIT,
/linux/kernel/
A Dworkqueue.c2718 __set_bit(WORK_STRUCT_LINKED_BIT, bits); in insert_wq_barrier()

Completed in 14 milliseconds