Searched refs:ceil (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/ |
| D | dml_inline_defs.h | 80 double ceil = dml_ceil(a, 1); in dml_round() local 84 return ceil; in dml_round()
|
| /Linux-v5.10/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.10/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.10/Documentation/devicetree/bindings/ptp/ |
| D | ptp-qoriq.txt | 38 tmr_add = ceil(2^32 / FreqDivRatio)
|
| /Linux-v5.10/Documentation/power/ |
| D | energy-model.rst | 125 06 /* 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,
|
| /Linux-v5.10/tools/testing/selftests/kvm/lib/ |
| D | kvm_util.c | 1830 bool ceil) in vm_calc_num_pages() argument 1837 return num_pages / n + !!(ceil && num_pages % n); in vm_calc_num_pages()
|
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | pkt_sched.h | 391 struct tc_ratespec ceil; member
|
| /Linux-v5.10/include/uapi/linux/ |
| D | pkt_sched.h | 411 struct tc_ratespec ceil; member
|
| /Linux-v5.10/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.10/tools/perf/util/ |
| D | stat-display.c | 1054 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.10/Documentation/admin-guide/sysctl/ |
| D | kernel.rst | 1177 ``ceil(shmmax/PAGE_SIZE)``.
|