Searched refs:to_sample (Results 1 – 2 of 2) sorted by relevance
18 #define to_sample(a) ((struct tcf_sample *)a) macro31 return to_sample(a)->rate; in tcf_sample_rate()36 return to_sample(a)->truncate; in tcf_sample_truncate()41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
100 s = to_sample(*a); in tcf_sample_init()131 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()160 struct tcf_sample *s = to_sample(a); in tcf_sample_act()197 struct tcf_sample *s = to_sample(a); in tcf_sample_stats_update()208 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()272 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()
Completed in 6 milliseconds