Searched refs:task (Results 1 – 6 of 6) sorted by relevance
26 kuid_t rust_helper_task_uid(struct task_struct *task) in rust_helper_task_uid() argument28 return task_uid(task); in rust_helper_task_uid()31 kuid_t rust_helper_task_euid(struct task_struct *task) in rust_helper_task_euid() argument33 return task_euid(task); in rust_helper_task_euid()
17 struct pid_namespace *rust_helper_task_get_pid_ns(struct task_struct *task) in rust_helper_task_get_pid_ns() argument22 pid_ns = task_active_pid_ns(task); in rust_helper_task_get_pid_ns()
47 unsafe { &*$crate::task::Task::current() }179 task: *const CurrentTask, in current() field190 unsafe { &*self.task } in current()196 task: Task::current_raw().cast(), in current()
13 task::Kuid,
124 pub mod task; module
12 task::{
Completed in 8 milliseconds