Lines Matching refs:timerfd_ctx
31 struct timerfd_ctx { struct
52 static inline bool isalarm(struct timerfd_ctx *ctx) in isalarm() argument
63 static void timerfd_triggered(struct timerfd_ctx *ctx) in timerfd_triggered()
76 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()
98 struct timerfd_ctx *ctx; in timerfd_clock_was_set()
132 static void __timerfd_remove_cancel(struct timerfd_ctx *ctx) in __timerfd_remove_cancel()
142 static void timerfd_remove_cancel(struct timerfd_ctx *ctx) in timerfd_remove_cancel()
149 static bool timerfd_canceled(struct timerfd_ctx *ctx) in timerfd_canceled()
157 static void timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) in timerfd_setup_cancel()
175 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) in timerfd_get_remaining()
187 static int timerfd_setup(struct timerfd_ctx *ctx, int flags, in timerfd_setup()
234 struct timerfd_ctx *ctx = file->private_data; in timerfd_release()
248 struct timerfd_ctx *ctx = file->private_data; in timerfd_poll()
265 struct timerfd_ctx *ctx = file->private_data; in timerfd_read_iter()
324 struct timerfd_ctx *ctx = file->private_data; in timerfd_show()
353 struct timerfd_ctx *ctx = file->private_data; in timerfd_ioctl()
397 struct timerfd_ctx *ctx; in SYSCALL_DEFINE2()
458 struct timerfd_ctx *ctx; in do_timerfd_settime()
528 struct timerfd_ctx *ctx; in do_timerfd_gettime()