Home
last modified time | relevance | path

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

/rust/helpers/
A Dtask.c26 kuid_t rust_helper_task_uid(struct task_struct *task) in rust_helper_task_uid() argument
28 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() argument
33 return task_euid(task); in rust_helper_task_euid()
A 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/
A Dtask.rs47 unsafe { &*$crate::task::Task::current() }
179 task: *const CurrentTask, in current() field
190 unsafe { &*self.task } in current()
196 task: Task::current_raw().cast(), in current()
A Dcred.rs13 task::Kuid,
A Dlib.rs124 pub mod task; module
/rust/kernel/sync/
A Dcondvar.rs12 task::{

Completed in 10 milliseconds