Home
last modified time | relevance | path

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

/linux/include/linux/ns/
H A Dns_common_types.h37 extern const struct proc_ns_operations timens_operations;
181 struct time_namespace *: (IS_ENABLED(CONFIG_TIME_NS) ? &timens_operations : NULL), \
/linux/include/linux/
H A Dproc_ns.h35 extern const struct proc_ns_operations timens_operations;
/linux/kernel/
H A Dnscommon.c39 VFS_WARN_ON_ONCE(ops != &timens_operations); in ns_debug()
/linux/fs/proc/
H A Dnamespaces.c37 &timens_operations,
/linux/kernel/time/
H A Dnamespace.c463 const struct proc_ns_operations timens_operations = { variable