Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer.h189 extern void timerfd_clock_was_set(void);
192 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/kernel/time/
H A Dhrtimer.c983 timerfd_clock_was_set(); in clock_was_set()