Searched refs:task (Results 1 – 6 of 6) sorted by relevance
21 kuid_t rust_helper_task_uid(struct task_struct *task) in rust_helper_task_uid() argument23 return task_uid(task); in rust_helper_task_uid()26 kuid_t rust_helper_task_euid(struct task_struct *task) in rust_helper_task_euid() argument28 return task_euid(task); in rust_helper_task_euid()59 unsigned long rust_helper_task_rlimit(const struct task_struct *task, in rust_helper_task_rlimit() argument62 return task_rlimit(task, limit); in rust_helper_task_rlimit()
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() }178 task: *const CurrentTask, in current() field189 unsafe { &*self.task } in current()195 task: Task::current_raw().cast(), in current()
13 task::Kuid,
68 pub mod task; module
14 task::{