Home
last modified time | relevance | path

Searched defs:pidns (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/
Dpid.c683 struct pid_namespace *pidns = in pid_table_root_permissions() local
700 struct pid_namespace *pidns = in pid_table_root_set_ownership() local
733 int register_pidns_sysctls(struct pid_namespace *pidns) in register_pidns_sysctls()
758 void unregister_pidns_sysctls(struct pid_namespace *pidns) in unregister_pidns_sysctls()
/linux-6.15/rust/kernel/
Dtask.rs240 let pidns = unsafe { bindings::task_active_pid_ns(Task::current_raw()) }; in current_pid_ns() localVariable
312 let pidns = match pidns { in tgid_nr_ns() localVariable
/linux-6.15/kernel/bpf/
Dhelpers.c591 struct pid_namespace *pidns; in BPF_CALL_4() local