Searched refs:tcfp_burst (Results 1 – 2 of 2) sorted by relevance
185 new->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_police_init()204 police->tcfp_toks = new->tcfp_burst; in tcf_police_init()275 toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst); in tcf_police_act()285 if (toks > p->tcfp_burst) in tcf_police_act()286 toks = p->tcfp_burst; in tcf_police_act()355 opt.burst = PSCHED_NS2TICKS(p->tcfp_burst); in tcf_police_dump()
10 s64 tcfp_burst; member98 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()