Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs19 pub const TASK_INTERRUPTIBLE: c_int = bindings::TASK_INTERRUPTIBLE as c_int; global() constant
/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c12 #define TASK_INTERRUPTIBLE 0x0001 macro
/linux/include/linux/
H A Dsched.h100 #define TASK_INTERRUPTIBLE 0x00000001 macro