Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dhrtimer.h354 extern void timerfd_clock_was_set(void);
356 static inline void timerfd_clock_was_set(void) { } in timerfd_clock_was_set() function
/kernel/linux/linux-5.10/fs/
Dtimerfd.c97 void timerfd_clock_was_set(void) in timerfd_clock_was_set() function
/kernel/linux/linux-5.10/Documentation/RCU/
DlistRCU.rst412 hrtimer framework calls ``timerfd_clock_was_set()`` which walks the
417 void timerfd_clock_was_set(void)
/kernel/linux/linux-5.10/kernel/time/
Dhrtimer.c875 timerfd_clock_was_set(); in clock_was_set()