Home
last modified time | relevance | path

Searched refs:offset_set (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/kernel/time/
Dntp_internal.h17 extern void ntp_notify_cmos_timer(bool offset_set);
19 static inline void ntp_notify_cmos_timer(bool offset_set) { } in ntp_notify_cmos_timer() argument
Dntp.c663 void ntp_notify_cmos_timer(bool offset_set) in ntp_notify_cmos_timer() argument
670 if (offset_set) in ntp_notify_cmos_timer()
Dtimekeeping.c2556 bool offset_set = false; in do_adjtimex() local
2579 offset_set = delta.tv_sec != 0; in do_adjtimex()
2613 ntp_notify_cmos_timer(offset_set); in do_adjtimex()
/linux-6.12.1/fs/
Dlibfs.c249 static void offset_set(struct dentry *dentry, long offset) in offset_set() function
294 offset_set(dentry, offset); in simple_offset_add()
306 offset_set(dentry, offset); in simple_offset_replace()
325 offset_set(dentry, 0); in simple_offset_remove()
384 offset_set(new_dentry, 0); in simple_offset_rename()