Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dtime_namespace.h17 struct timens_offsets { struct
26 struct timens_offsets offsets; argument
70 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
77 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
84 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
91 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
97 struct timens_offsets *offsets);
/linux-6.12.1/kernel/time/
Dnamespace.c24 struct timens_offsets *ns_offsets) in do_timens_ktime_to_host()