Searched refs:tcf_gate (Results 1 – 2 of 2) sorted by relevance
20 static ktime_t gate_get_time(struct tcf_gate *gact) in gate_get_time()34 static void gate_get_start_time(struct tcf_gate *gact, ktime_t *start) in gate_get_start_time()54 static void gate_start_timer(struct tcf_gate *gact, ktime_t start) in gate_start_timer()69 struct tcf_gate *gact = container_of(timer, struct tcf_gate, in gate_timer_func()119 struct tcf_gate *gact = to_gate(a); in tcf_gate_act()274 static void gate_setup_timer(struct tcf_gate *gact, u64 basetime, in gate_setup_timer()308 struct tcf_gate *gact; in tcf_gate_init()460 struct tcf_gate *gact = to_gate(a); in tcf_gate_cleanup()503 struct tcf_gate *gact = to_gate(a); in tcf_gate_dump()570 struct tcf_gate *gact = to_gate(a); in tcf_gate_stats_update()[all …]
40 struct tcf_gate { struct52 #define to_gate(a) ((struct tcf_gate *)a) argument