ceil               34 drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.c 	double ceil = dml_ceil(a, 1);
ceil               38 drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.c 		return ceil;
ceil              278 drivers/iio/light/lv0104cs.c 	int floor, ceil, mid;
ceil              285 drivers/iio/light/lv0104cs.c 		ceil = lv0104cs_calibscales[i + 1].val * 1000000
ceil              287 drivers/iio/light/lv0104cs.c 		mid = (floor + ceil) / 2;
ceil              296 drivers/iio/light/lv0104cs.c 		if (calibscale >= mid && calibscale <= ceil) {
ceil              612 drivers/media/tuners/mt2063.c 		    ceil((s32) (pNode->max_ - f_Center), (s32) f_Step);
ceil              392 include/uapi/linux/pkt_sched.h 	struct tc_ratespec 	ceil;
ceil               97 net/sched/sch_htb.c 	struct psched_ratecfg	ceil;
ceil              637 net/sched/sch_htb.c 	toks -= (s64) psched_l2t_ns(&cl->ceil, bytes);
ceil             1097 net/sched/sch_htb.c 	psched_ratecfg_getrate(&opt.ceil, &cl->ceil);
ceil             1108 net/sched/sch_htb.c 	if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) &&
ceil             1109 net/sched/sch_htb.c 	    nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps,
ceil             1326 net/sched/sch_htb.c 	if (!hopt->rate.rate || !hopt->ceil.rate)
ceil             1334 net/sched/sch_htb.c 	if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE)
ceil             1335 net/sched/sch_htb.c 		qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB],
ceil             1455 net/sched/sch_htb.c 	psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64);
ceil              391 tools/include/uapi/linux/pkt_sched.h 	struct tc_ratespec 	ceil;
ceil              479 tools/perf/util/callchain.c 	min_hit = ceil(node->children_hit * min_percent);
ceil             1046 tools/perf/util/stat-display.c 	return lround(ceil(-log10(num)));