Lines Matching full:offsets
106 ns->offsets = old_ns->offsets; in clone_time_ns()
182 struct timens_offset monotonic = offset_from_ts(ns->offsets.monotonic); in timens_setup_vdso_clock_data()
183 struct timens_offset boottime = offset_from_ts(ns->offsets.boottime); in timens_setup_vdso_clock_data()
213 * Protects possibly multiple offsets writers racing each other
378 show_offset(m, CLOCK_MONOTONIC, &time_ns->offsets.monotonic); in proc_timens_show_offsets()
379 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets()
384 struct proc_timens_offset *offsets, int noffsets) in proc_timens_set_offset() argument
402 struct proc_timens_offset *off = &offsets[i]; in proc_timens_set_offset()
440 struct proc_timens_offset *off = &offsets[i]; in proc_timens_set_offset()
445 offset = &time_ns->offsets.monotonic; in proc_timens_set_offset()
448 offset = &time_ns->offsets.boottime; in proc_timens_set_offset()