Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dworkqueue.h95 WORK_BUSY_RUNNING = 1 << 1, enumerator
/linux-6.15/kernel/
H A Dworkqueue.c6079 ret |= WORK_BUSY_RUNNING; in work_busy()