Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A 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
H A Dntp.c660 void ntp_notify_cmos_timer(bool offset_set) in ntp_notify_cmos_timer() argument
667 if (offset_set) in ntp_notify_cmos_timer()
H A Dtimekeeping.c2536 bool offset_set = false; in do_adjtimex() local
2558 offset_set = delta.tv_sec != 0; in do_adjtimex()
2592 ntp_notify_cmos_timer(offset_set); in do_adjtimex()
/linux-6.15/fs/
H A Dlibfs.c260 static void offset_set(struct dentry *dentry, long offset) in offset_set() function
306 offset_set(dentry, offset); in simple_offset_add()
318 offset_set(dentry, offset); in simple_offset_replace()
337 offset_set(dentry, 0); in simple_offset_remove()
364 offset_set(new_dentry, 0); in simple_offset_rename()