Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 4 of 4) 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.c873 static ktime_t *offsets[TK_OFFS_MAX] = { variable
883 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset()
904 ktime_t base, *offset = offsets[offs]; in ktime_get_coarse_with_offset()
927 ktime_t *offset = offsets[offs]; in ktime_mono_to_any()
/kernel/
Dsys.c1927 static const unsigned char offsets[] = { in validate_prctl_map_addr() local
1945 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in validate_prctl_map_addr()
1946 u64 val = *(u64 *)((char *)prctl_map + offsets[i]); in validate_prctl_map_addr()
/kernel/sched/
Dcore.c10109 static inline bool resched_offsets_ok(unsigned int offsets) in resched_offsets_ok() argument
10115 return nested == offsets; in resched_offsets_ok()
10118 void __might_resched(const char *file, int line, unsigned int offsets) in __might_resched() argument
10128 if ((resched_offsets_ok(offsets) && !irqs_disabled() && in __might_resched()
10147 offsets & MIGHT_RESCHED_PREEMPT_MASK); in __might_resched()
10151 rcu_preempt_depth(), offsets >> MIGHT_RESCHED_RCU_SHIFT); in __might_resched()
10161 print_preempt_disable_ip(offsets & MIGHT_RESCHED_PREEMPT_MASK, in __might_resched()