Home
last modified time | relevance | path

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

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