Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs21 pub const TASK_UNINTERRUPTIBLE: c_int = bindings::TASK_UNINTERRUPTIBLE as c_int; global() constant
/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c13 #define TASK_UNINTERRUPTIBLE 0x0002 macro
/linux/include/linux/
H A Dsched.h101 #define TASK_UNINTERRUPTIBLE 0x00000002 macro