Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h169 WORK_BUSY_RUNNING = 1U << 1, /**< The status of work item is running. */ enumerator
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c494 ret |= WORK_BUSY_RUNNING; in linux_work_busy()