Home
last modified time | relevance | path

Searched refs:task (Results 1 – 6 of 6) sorted by relevance

/rust/helpers/
Dtask.c21 kuid_t rust_helper_task_uid(struct task_struct *task) in rust_helper_task_uid() argument
23 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() argument
28 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() argument
62 return task_rlimit(task, limit); 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() argument
22 pid_ns = task_active_pid_ns(task); in rust_helper_task_get_pid_ns()
/rust/kernel/
Dtask.rs47 unsafe { &*$crate::task::Task::current() }
178 task: *const CurrentTask, in current() field
189 unsafe { &*self.task } in current()
195 task: Task::current_raw().cast(), in current()
Dcred.rs13 task::Kuid,
Dlib.rs68 pub mod task; module
/rust/kernel/sync/
Dcondvar.rs14 task::{