Home
last modified time | relevance | path

Searched refs:rate_present (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/clk/imx/
Dclk-composite-7ulp.c28 bool rate_present, bool gate_present, in imx7ulp_clk_hw_composite() argument
47 if (rate_present) { in imx7ulp_clk_hw_composite()
Dclk.h234 bool rate_present, bool gate_present,
/Linux-v5.10/net/sched/
Dact_police.c160 new->rate_present = true; in tcf_police_init()
166 new->rate_present = false; in tcf_police_init()
239 if (!p->rate_present) { in tcf_police_act()
318 if (p->rate_present) { in tcf_police_dump()
/Linux-v5.10/include/net/tc_act/
Dtc_police.h14 bool rate_present; member