Home
last modified time | relevance | path

Searched refs:pidns_operations (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dproc_ns.h30 extern const struct proc_ns_operations pidns_operations;
/openbmc/linux/kernel/
H A Dpid_namespace.c105 ns->ns.ops = &pidns_operations; in create_pid_namespace()
450 const struct proc_ns_operations pidns_operations = { variable
H A Dpid.c84 .ns.ops = &pidns_operations,
/openbmc/linux/fs/proc/
H A Dnamespaces.c26 &pidns_operations,
/openbmc/linux/kernel/events/
H A Dcore.c8533 task, &pidns_operations); in perf_event_namespaces()