Lines Matching full:burst
41 u32 burst; member
70 u32 burst; in tcf_police_burst() local
76 * "rate" bytes "burst" nanoseconds in tcf_police_burst()
85 * "rate" bytes "burst" nanoseconds 2^6 ticks in tcf_police_burst()
89 * "rate" * "burst" in tcf_police_burst()
94 * "rate" * "burst" in tcf_police_burst()
98 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()
101 return burst; in tcf_police_burst()
118 u32 burst; in tcf_police_burst_pkt() local
124 * "rate" pkts "burst" nanoseconds in tcf_police_burst_pkt()
133 * "rate" pkts "burst" nanoseconds 2^6 ticks in tcf_police_burst_pkt()
137 * "rate" * "burst" in tcf_police_burst_pkt()
142 * "rate" * "burst" in tcf_police_burst_pkt()
146 burst = div_u64(params->tcfp_pkt_burst * params->ppsrate.rate_pkts_ps, in tcf_police_burst_pkt()
149 return burst; in tcf_police_burst_pkt()