Home
last modified time | relevance | path

Searched refs:ceil (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddml_common_defs.c34 double ceil = dml_ceil(a, 1); in dml_round() local
38 return ceil; in dml_round()
/Linux-v5.4/drivers/iio/light/
Dlv0104cs.c278 int floor, ceil, mid; in lv0104cs_set_calibscale() local
285 ceil = lv0104cs_calibscales[i + 1].val * 1000000 in lv0104cs_set_calibscale()
287 mid = (floor + ceil) / 2; in lv0104cs_set_calibscale()
296 if (calibscale >= mid && calibscale <= ceil) { in lv0104cs_set_calibscale()
/Linux-v5.4/net/sched/
Dsch_htb.c97 struct psched_ratecfg ceil; member
637 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
1097 psched_ratecfg_getrate(&opt.ceil, &cl->ceil); in htb_dump_class()
1108 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class()
1109 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps, in htb_dump_class()
1326 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class()
1334 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()
1335 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB], in htb_change_class()
1455 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
/Linux-v5.4/Documentation/devicetree/bindings/ptp/
Dptp-qoriq.txt36 tmr_add = ceil(2^32 / FreqDivRatio)
/Linux-v5.4/Documentation/power/
Denergy-model.rst113 05 /* Use the 'foo' protocol to ceil the frequency */
Dopp.rst78 opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage, dev_pm_opp_get_freq, dev_pm_opp_get_opp_count
/Linux-v5.4/include/uapi/linux/
Dpkt_sched.h392 struct tc_ratespec ceil; member
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_sched.h391 struct tc_ratespec ceil; member
/Linux-v5.4/drivers/media/tuners/
Dmt2063.c354 #define ceil(n, d) (((n) < 0) ? (-((-(n))/(d))) : (n)/(d) + ((n)%(d) != 0)) macro
612 ceil((s32) (pNode->max_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()
/Linux-v5.4/tools/perf/util/
Dstat-display.c1046 return lround(ceil(-log10(num))); in get_precision()
Dcallchain.c479 min_hit = ceil(node->children_hit * min_percent); in __sort_chain_graph_rel()
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dkernel.rst955 ceil(shmmax/PAGE_SIZE).