Searched refs:tcfp_burst (Results 1 – 2 of 2) sorted by relevance
187 new->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_police_init()206 police->tcfp_toks = new->tcfp_burst; in tcf_police_init()278 toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst); in tcf_police_act()288 if (toks > p->tcfp_burst) in tcf_police_act()289 toks = p->tcfp_burst; in tcf_police_act()358 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()