Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h67 #define OS_WORK_PRIORITY_LOWEST 31 macro
76 #define OS_WORK_PRIORITY_DEFAULT OS_WORK_PRIORITY_LOWEST
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_interrupt.c96 if ((pri >= OS_WORK_PRIORITY_DEFAULT) || (pri >= OS_WORK_PRIORITY_LOWEST)) { in irq_bottom_half()