Home
last modified time | relevance | path

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

/fs/
Dtimerfd.c39 int clockid; member
53 return ctx->clockid == CLOCK_REALTIME_ALARM || in isalarm()
54 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm()
145 if ((ctx->clockid == CLOCK_REALTIME || in timerfd_setup_cancel()
146 ctx->clockid == CLOCK_REALTIME_ALARM) && in timerfd_setup_cancel()
177 int clockid = ctx->clockid; in timerfd_setup() local
189 ctx->clockid == CLOCK_REALTIME_ALARM ? in timerfd_setup()
193 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()
318 ctx->clockid, in timerfd_show()
387 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
[all …]