Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtime_namespace.h14 struct timens_offsets { struct
23 struct timens_offsets offsets; argument
67 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
74 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
81 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
88 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
94 struct timens_offsets *offsets);
/openbmc/linux/kernel/time/
H A Dnamespace.c24 struct timens_offsets *ns_offsets) in do_timens_ktime_to_host()