Home
last modified time | relevance | path

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

/fs/
Dtimerfd.c39 int clockid; member
51 return ctx->clockid == CLOCK_REALTIME_ALARM || in isalarm()
52 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm()
143 if ((ctx->clockid == CLOCK_REALTIME || in timerfd_setup_cancel()
144 ctx->clockid == CLOCK_REALTIME_ALARM) && in timerfd_setup_cancel()
175 int clockid = ctx->clockid; in timerfd_setup() local
187 ctx->clockid == CLOCK_REALTIME_ALARM ? in timerfd_setup()
191 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()
317 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
327 (clockid != CLOCK_MONOTONIC && in SYSCALL_DEFINE2()
[all …]