Searched defs:Task (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/ | ||
H A D | task.rs | 96 pub struct Task(pub(crate) Opaque<bindings::task_struct>); global() struct |
/linux/tools/perf/scripts/python/ | ||
H A D | task-analyzer.py | 531 class Task(object): class |