Searched refs:ceil (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/net/sched/ |
D | sch_htb.c | 100 struct psched_ratecfg ceil; member 626 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens() 1116 psched_ratecfg_getrate(&opt.ceil, &cl->ceil); in htb_dump_class() 1126 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class() 1127 nla_put_u64(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps)) in htb_dump_class() 1362 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class() 1369 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class() 1370 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB])); in htb_change_class() 1486 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
|
/linux-4.1.27/net/rds/ |
D | message.c | 242 int num_sgs = ceil(total_len, PAGE_SIZE); in rds_message_map_pages() 251 rm->data.op_nents = ceil(total_len, PAGE_SIZE); in rds_message_map_pages()
|
D | iw_send.c | 530 i = ceil(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE); in rds_iw_xmit() 839 i = ceil(op->op_count, rds_iwdev->max_sge); in rds_iw_xmit_rdma()
|
D | send.c | 895 size += ceil(data_len, PAGE_SIZE) * sizeof(struct scatterlist); in rds_rm_size() 1010 rm->data.op_sg = rds_message_alloc_sgs(rm, ceil(payload_len, PAGE_SIZE)); in rds_sendmsg()
|
D | ib_send.c | 563 i = ceil(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE); in rds_ib_xmit() 914 i = ceil(op->op_count, max_sge); in rds_ib_xmit_rdma()
|
D | rds.h | 46 #define ceil(x, y) \ macro
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | fsl-tsec-phy.txt | 106 tmr_add = ceil(2^32 / FreqDivRatio)
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_sched.h | 341 struct tc_ratespec ceil; member
|
/linux-4.1.27/Documentation/power/ |
D | opp.txt | 70 opp_find_freq_{ceil, floor}, dev_pm_opp_get_voltage, dev_pm_opp_get_freq, dev_pm_opp_get_opp_count 90 using RCU read locks. The opp_find_freq_{exact,ceil,floor},
|
/linux-4.1.27/tools/perf/util/ |
D | callchain.c | 360 min_hit = ceil(node->children_hit * min_percent); in __sort_chain_graph_rel()
|
/linux-4.1.27/drivers/media/tuners/ |
D | mt2063.c | 363 #define ceil(n, d) (((n) < 0) ? (-((-(n))/(d))) : (n)/(d) + ((n)%(d) != 0)) macro 621 ceil((s32) (pNode->max_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 753 ceil(shmmax/PAGE_SIZE).
|