Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/
Dpid.c661 struct pid_namespace *pidns = in pid_table_root_permissions() local
678 struct pid_namespace *pidns = in pid_table_root_set_ownership() local
711 int register_pidns_sysctls(struct pid_namespace *pidns) in register_pidns_sysctls()
736 void unregister_pidns_sysctls(struct pid_namespace *pidns) in unregister_pidns_sysctls()
/linux-6.14.4/rust/kernel/
Dtask.rs238 let pidns = unsafe { bindings::task_active_pid_ns(Task::current_raw()) }; in current_pid_ns() localVariable
310 let pidns = match pidns { in tgid_nr_ns() localVariable
/linux-6.14.4/kernel/bpf/
Dhelpers.c591 struct pid_namespace *pidns; in BPF_CALL_4() local