Home
last modified time | relevance | path

Searched defs:task (Results 1 – 4 of 4) sorted by relevance

/rust/helpers/
Dtask.c21 kuid_t rust_helper_task_uid(struct task_struct *task) in rust_helper_task_uid()
26 kuid_t rust_helper_task_euid(struct task_struct *task) in rust_helper_task_euid()
59 unsigned long rust_helper_task_rlimit(const struct task_struct *task, in rust_helper_task_rlimit()
Dpid_namespace.c17 struct pid_namespace *rust_helper_task_get_pid_ns(struct task_struct *task) in rust_helper_task_get_pid_ns()
/rust/kernel/
Dlib.rs68 pub mod task; module
Dtask.rs178 task: *const CurrentTask, in current() field