Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs28 pub const TASK_FREEZABLE: c_int = bindings::TASK_FREEZABLE as c_int; constant
/linux/include/linux/
H A Dsched.h119 #define TASK_FREEZABLE 0x00002000 macro