Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h76 #define OS_WORK_PRIORITY_DEFAULT OS_WORK_PRIORITY_LOWEST macro
184 (work)->work_pri = OS_WORK_PRIORITY_DEFAULT; \
/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()