Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs26 pub const TASK_UNINTERRUPTIBLE: c_int = bindings::TASK_UNINTERRUPTIBLE as c_int; constant
/linux/include/linux/
H A Dsched.h102 #define TASK_UNINTERRUPTIBLE 0x00000002 macro
[all...]