Home
last modified time | relevance | path

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

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