Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs24 pub const TASK_INTERRUPTIBLE: c_int = bindings::TASK_INTERRUPTIBLE as c_int; constant
/linux/include/linux/
H A Dsched.h101 #define TASK_INTERRUPTIBLE 0x00000001 macro