Lines Matching refs:param
37 struct tcf_gate_params *param = &gact->param; in gate_get_start_time() local
41 base = ns_to_ktime(param->tcfg_basetime); in gate_get_start_time()
49 cycle = param->tcfg_cycletime; in gate_get_start_time()
72 struct tcf_gate_params *p = &gact->param; in gate_timer_func()
278 if (basetime == gact->param.tcfg_basetime && in gate_setup_timer()
280 clockid == gact->param.tcfg_clockid) in gate_setup_timer()
287 gact->param.tcfg_basetime = basetime; in gate_setup_timer()
288 gact->param.tcfg_clockid = clockid; in gate_setup_timer()
380 INIT_LIST_HEAD(&gact->param.entries); in tcf_gate_init()
387 p = &gact->param; in tcf_gate_init()
449 gate_setup_timer(gact, gact->param.tcfg_basetime, in tcf_gate_init()
450 gact->tk_offset, gact->param.tcfg_clockid, in tcf_gate_init()
461 p = &gact->param; in tcf_gate_cleanup()
515 p = &gact->param; in tcf_gate_dump()