Lines Matching refs:timerfd_ctx
33 struct timerfd_ctx { struct
54 static inline bool isalarm(struct timerfd_ctx *ctx) in isalarm() argument
65 static void timerfd_triggered(struct timerfd_ctx *ctx) in timerfd_triggered()
78 struct timerfd_ctx *ctx = container_of(htmr, struct timerfd_ctx, in timerfd_tmrproc()
87 struct timerfd_ctx *ctx = container_of(alarm, struct timerfd_ctx, in timerfd_alarmproc()
102 struct timerfd_ctx *ctx; in timerfd_clock_was_set()
120 static void __timerfd_remove_cancel(struct timerfd_ctx *ctx) in __timerfd_remove_cancel()
130 static void timerfd_remove_cancel(struct timerfd_ctx *ctx) in timerfd_remove_cancel()
137 static bool timerfd_canceled(struct timerfd_ctx *ctx) in timerfd_canceled()
145 static void timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) in timerfd_setup_cancel()
163 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) in timerfd_get_remaining()
175 static int timerfd_setup(struct timerfd_ctx *ctx, int flags, in timerfd_setup()
223 struct timerfd_ctx *ctx = file->private_data; in timerfd_release()
237 struct timerfd_ctx *ctx = file->private_data; in timerfd_poll()
254 struct timerfd_ctx *ctx = file->private_data; in timerfd_read()
309 struct timerfd_ctx *ctx = file->private_data; in timerfd_show()
338 struct timerfd_ctx *ctx = file->private_data; in timerfd_ioctl()
395 struct timerfd_ctx *ctx; in SYSCALL_DEFINE2()
448 struct timerfd_ctx *ctx; in do_timerfd_settime()
518 struct timerfd_ctx *ctx; in do_timerfd_gettime()