Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhrtimer.h353 extern void timerfd_clock_was_set(void);
356 static inline void timerfd_clock_was_set(void) { } in timerfd_clock_was_set() function
/openbmc/linux/fs/
H A Dtimerfd.c97 void timerfd_clock_was_set(void) in timerfd_clock_was_set() function
120 timerfd_clock_was_set(); in timerfd_resume_work()
/openbmc/linux/Documentation/RCU/
H A DlistRCU.rst443 hrtimer framework calls ``timerfd_clock_was_set()`` which walks the
448 void timerfd_clock_was_set(void)
/openbmc/linux/kernel/time/
H A Dhrtimer.c983 timerfd_clock_was_set(); in clock_was_set()