Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs26 pub const TASK_UNINTERRUPTIBLE: c_int = bindings::TASK_UNINTERRUPTIBLE as c_int; constant
/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c13 #define TASK_UNINTERRUPTIBLE 0x0002 macro