Lines Matching refs:clockid
310 s32 clockid, s32 old_clockid) in gate_timer_needs_cancel() argument
313 clockid != old_clockid || in gate_timer_needs_cancel()
317 static int gate_clock_resolve(s32 clockid, enum tk_offsets *tko, in gate_clock_resolve() argument
320 switch (clockid) { in gate_clock_resolve()
339 static void gate_setup_timer(struct tcf_gate *gact, s32 clockid, in gate_setup_timer() argument
343 hrtimer_setup(&gact->hitimer, gate_timer_func, clockid, in gate_setup_timer()
365 s32 clockid = CLOCK_TAI; in tcf_gate_init() local
386 clockid = nla_get_s32(tb[TCA_GATE_CLOCKID]); in tcf_gate_init()
453 clockid = old_clockid; in tcf_gate_init()
481 err = gate_clock_resolve(clockid, &tko, extack); in tcf_gate_init()
484 timer_clockid = clockid; in tcf_gate_init()