Searched refs:ceil (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml_common_defs.c | 34 double ceil = dml_ceil(a, 1); in dml_round() local 38 return ceil; in dml_round()
|
/Linux-v5.4/drivers/iio/light/ |
D | lv0104cs.c | 278 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/ |
D | sch_htb.c | 97 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/ |
D | ptp-qoriq.txt | 36 tmr_add = ceil(2^32 / FreqDivRatio)
|
/Linux-v5.4/Documentation/power/ |
D | energy-model.rst | 113 05 /* Use the 'foo' protocol to ceil the frequency */
|
D | opp.rst | 78 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/ |
D | pkt_sched.h | 392 struct tc_ratespec ceil; member
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | pkt_sched.h | 391 struct tc_ratespec ceil; member
|
/Linux-v5.4/drivers/media/tuners/ |
D | mt2063.c | 354 #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/ |
D | stat-display.c | 1046 return lround(ceil(-log10(num))); in get_precision()
|
D | callchain.c | 479 min_hit = ceil(node->children_hit * min_percent); in __sort_chain_graph_rel()
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 955 ceil(shmmax/PAGE_SIZE).
|