Home
last modified time | relevance | path

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

/fs/
Dtimerfd.c25 struct timerfd_ctx { struct
41 struct timerfd_ctx *ctx = container_of(htmr, struct timerfd_ctx, tmr); in timerfd_tmrproc() argument
53 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) in timerfd_get_remaining()
61 static void timerfd_setup(struct timerfd_ctx *ctx, int flags, in timerfd_setup()
83 struct timerfd_ctx *ctx = file->private_data; in timerfd_release()
92 struct timerfd_ctx *ctx = file->private_data; in timerfd_poll()
109 struct timerfd_ctx *ctx = file->private_data; in timerfd_read()
183 struct timerfd_ctx *ctx; in SYSCALL_DEFINE2()
215 struct timerfd_ctx *ctx; in SYSCALL_DEFINE4()
271 struct timerfd_ctx *ctx; in SYSCALL_DEFINE2()