Searched refs:TASK_NORMAL (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h131 linux_wake_up(wqh, TASK_NORMAL, 1, false)
133 linux_wake_up(wqh, TASK_NORMAL, 0, false)
135 linux_wake_up(wqh, TASK_NORMAL, 1, true)
137 linux_wake_up(wqh, TASK_NORMAL, 0, true)
310 #define wake_up_process(task) linux_wake_up_state(task, TASK_NORMAL)
H A Dsched.h57 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c50 MPASS((state & ~(TASK_PARKED | TASK_NORMAL)) == 0);
152 MPASS((state & ~TASK_NORMAL) == 0);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dport-solaris.c219 TASK_NORMAL) != 0)

Completed in 96 milliseconds