Home
last modified time | relevance | path

Searched defs:TASK_NORMAL (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/rust/kernel/
Dtask.rs28 pub const TASK_NORMAL: c_uint = bindings::TASK_NORMAL as c_uint; constant
/linux-6.14.4/include/linux/
Dsched.h137 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro