Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer.h208 extern void timerfd_clock_was_set(void);
211 static inline void timerfd_clock_was_set(void) { } in timerfd_clock_was_set() function
/linux/fs/
H A Dtimerfd.c95 void timerfd_clock_was_set(void) in timerfd_clock_was_set() function
118 timerfd_clock_was_set(); in timerfd_resume_work()
/linux/Documentation/RCU/
H A DlistRCU.rst452 hrtimer framework calls ``timerfd_clock_was_set()`` which walks the
457 void timerfd_clock_was_set(void)
/linux/kernel/time/
H A Dhrtimer.c994 timerfd_clock_was_set(); in clock_was_set()