Home
last modified time | relevance | path

Searched refs:timens_offsets (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dtime_namespace.h18 struct timens_offsets { struct
27 struct timens_offsets offsets; argument
76 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
83 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
90 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
97 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
103 struct timens_offsets *offsets);
/linux/kernel/time/
H A Dnamespace.c25 struct timens_offsets *ns_offsets) in do_timens_ktime_to_host()