Searched refs:TASK_NORMAL (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wait.h | 130 linux_wake_up(wqh, TASK_NORMAL, 1, false) 132 linux_wake_up(wqh, TASK_NORMAL, 0, false) 134 linux_wake_up(wqh, TASK_NORMAL, 1, true) 136 linux_wake_up(wqh, TASK_NORMAL, 0, true) 309 #define wake_up_process(task) linux_wake_up_state(task, TASK_NORMAL)
|
| H A D | sched.h | 61 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_schedule.c | 64 MPASS((state & ~(TASK_PARKED | TASK_NORMAL)) == 0); in linux_add_to_sleepqueue() 165 MPASS((state & ~TASK_NORMAL) == 0); in linux_signal_pending_state()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | port-solaris.c | 218 TASK_NORMAL) != 0) in solaris_set_default_project()
|