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

/linux-4.4.14/fs/
H A Dtimerfd.c29 struct timerfd_ctx { struct
49 static inline bool isalarm(struct timerfd_ctx *ctx) isalarm()
60 static void timerfd_triggered(struct timerfd_ctx *ctx) timerfd_triggered()
73 struct timerfd_ctx *ctx = container_of(htmr, struct timerfd_ctx, timerfd_tmrproc()
82 struct timerfd_ctx *ctx = container_of(alarm, struct timerfd_ctx, timerfd_alarmproc()
97 struct timerfd_ctx *ctx; timerfd_clock_was_set()
115 static void timerfd_remove_cancel(struct timerfd_ctx *ctx) timerfd_remove_cancel()
125 static bool timerfd_canceled(struct timerfd_ctx *ctx) timerfd_canceled()
133 static void timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) timerfd_setup_cancel()
149 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) timerfd_get_remaining()
161 static int timerfd_setup(struct timerfd_ctx *ctx, int flags, timerfd_setup()
207 struct timerfd_ctx *ctx = file->private_data; timerfd_release()
221 struct timerfd_ctx *ctx = file->private_data; timerfd_poll()
238 struct timerfd_ctx *ctx = file->private_data; timerfd_read()
293 struct timerfd_ctx *ctx = file->private_data; timerfd_show()
322 struct timerfd_ctx *ctx = file->private_data; timerfd_ioctl()
379 struct timerfd_ctx *ctx; SYSCALL_DEFINE2()
423 struct timerfd_ctx *ctx; do_timerfd_settime()
485 struct timerfd_ctx *ctx; do_timerfd_gettime()

Completed in 35 milliseconds