Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 3 of 3) sorted by relevance

/kernel/time/
Dnamespace.c108 ns->offsets = old_ns->offsets; in clone_time_ns()
183 struct timens_offset monotonic = offset_from_ts(ns->offsets.monotonic); in timens_setup_vdso_data()
184 struct timens_offset boottime = offset_from_ts(ns->offsets.boottime); in timens_setup_vdso_data()
357 show_offset(m, CLOCK_MONOTONIC, &time_ns->offsets.monotonic); in proc_timens_show_offsets()
358 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets()
363 struct proc_timens_offset *offsets, int noffsets) in proc_timens_set_offset() argument
381 struct proc_timens_offset *off = &offsets[i]; in proc_timens_set_offset()
419 struct proc_timens_offset *off = &offsets[i]; in proc_timens_set_offset()
424 offset = &time_ns->offsets.monotonic; in proc_timens_set_offset()
427 offset = &time_ns->offsets.boottime; in proc_timens_set_offset()
Dtimekeeping.c857 static ktime_t *offsets[TK_OFFS_MAX] = { variable
867 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset()
888 ktime_t base, *offset = offsets[offs]; in ktime_get_coarse_with_offset()
911 ktime_t *offset = offsets[offs]; in ktime_mono_to_any()
/kernel/
Dsys.c1919 static const unsigned char offsets[] = { in validate_prctl_map_addr() local
1937 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in validate_prctl_map_addr()
1938 u64 val = *(u64 *)((char *)prctl_map + offsets[i]); in validate_prctl_map_addr()