Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/imx/
Dclk-composite-7ulp.c27 bool rate_present, bool gate_present, in imx7ulp_clk_composite() argument
46 if (rate_present) { in imx7ulp_clk_composite()
Dclk.h187 bool rate_present, bool gate_present,
/Linux-v5.4/net/sched/
Dact_police.c160 new->rate_present = true; in tcf_police_init()
166 new->rate_present = false; in tcf_police_init()
241 if (!p->rate_present) { in tcf_police_act()
323 if (p->rate_present) { in tcf_police_dump()
/Linux-v5.4/include/net/tc_act/
Dtc_police.h14 bool rate_present; member