Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dtimerfd.c30 struct timerfd_ctx { struct
51 static inline bool isalarm(struct timerfd_ctx *ctx) in isalarm() argument
62 static void timerfd_triggered(struct timerfd_ctx *ctx) in timerfd_triggered()
75 struct timerfd_ctx *ctx = container_of(htmr, struct timerfd_ctx, in timerfd_tmrproc()
84 struct timerfd_ctx *ctx = container_of(alarm, struct timerfd_ctx, in timerfd_alarmproc()
99 struct timerfd_ctx *ctx; in timerfd_clock_was_set()
117 static void __timerfd_remove_cancel(struct timerfd_ctx *ctx) in __timerfd_remove_cancel()
127 static void timerfd_remove_cancel(struct timerfd_ctx *ctx) in timerfd_remove_cancel()
134 static bool timerfd_canceled(struct timerfd_ctx *ctx) in timerfd_canceled()
142 static void timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) in timerfd_setup_cancel()
[all …]