Home
last modified time | relevance | path

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

/linux/include/linux/ns/
H A Dns_common_types.h35 extern const struct proc_ns_operations pidns_operations;
182 struct pid_namespace *: (IS_ENABLED(CONFIG_PID_NS) ? &pidns_operations : NULL), \
/linux/include/linux/
H A Dproc_ns.h30 extern const struct proc_ns_operations pidns_operations;
/linux/kernel/
H A Dnscommon.c34 VFS_WARN_ON_ONCE(ops != &pidns_operations); in ns_debug()
H A Dpid_namespace.c450 const struct proc_ns_operations pidns_operations = { variable
/linux/fs/proc/
H A Dnamespaces.c26 &pidns_operations,
/linux/kernel/events/
H A Dcore.c9468 task, &pidns_operations); in perf_event_namespaces()