Home
last modified time | relevance | path

Searched refs:ql (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/mm/
Dquicklist.c93 struct quicklist *ql, *q; in quicklist_total_size() local
96 ql = per_cpu(quicklist, cpu); in quicklist_total_size()
97 for (q = ql; q < ql + CONFIG_NR_QUICK; q++) in quicklist_total_size()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.h97 #define QLA_TGT_MAX_SG32(ql) \ argument
98 (((ql) > 0) ? (QLA_TGT_DATASEGS_PER_CMD32 + \
99 QLA_TGT_DATASEGS_PER_CONT32*((ql) - 1)) : 0)
103 #define QLA_TGT_MAX_SG64(ql) \ argument
104 (((ql) > 0) ? (QLA_TGT_DATASEGS_PER_CMD64 + \
105 QLA_TGT_DATASEGS_PER_CONT64*((ql) - 1)) : 0)
111 #define QLA_TGT_MAX_SG_24XX(ql) \ argument
112 (min(1270, ((ql) > 0) ? (QLA_TGT_DATASEGS_PER_CMD_24XX + \
113 QLA_TGT_DATASEGS_PER_CONT_24XX*((ql) - 1)) : 0))
/linux-4.1.27/Documentation/RCU/
Dtrace.txt59 …0!c=30455 g=30456 pq=1/0 qp=1 dt=126535/140000000000000/0 df=2002 of=4 ql=0/0 qs=N... b=10 ci=7457…
60 …1!c=30719 g=30720 pq=1/0 qp=0 dt=132007/140000000000000/0 df=1874 of=10 ql=0/0 qs=N... b=10 ci=123…
61 …2!c=30150 g=30151 pq=1/1 qp=1 dt=138537/140000000000000/0 df=1707 of=8 ql=0/0 qs=N... b=10 ci=8013…
62 …3 c=31249 g=31250 pq=1/1 qp=0 dt=107255/140000000000000/0 df=1749 of=6 ql=0/450 qs=NRW. b=10 ci=15…
63 …4!c=29502 g=29503 pq=1/0 qp=1 dt=83647/140000000000000/0 df=965 of=5 ql=0/0 qs=N... b=10 ci=65643 …
64 …5 c=31201 g=31202 pq=1/0 qp=1 dt=70422/0/0 df=535 of=7 ql=0/0 qs=.... b=10 ci=58500 nci=0 co=764 c…
65 …6!c=30253 g=30254 pq=1/0 qp=1 dt=95363/140000000000000/0 df=780 of=5 ql=0/0 qs=N... b=10 ci=100607…
66 …7 c=31178 g=31178 pq=1/0 qp=0 dt=91536/0/0 df=547 of=4 ql=0/0 qs=.... b=10 ci=109819 nci=0 co=1115…
131 o "ql" is the number of RCU callbacks currently residing on
171 this CPU. Note that ci+nci+ql is the number of callbacks that have
[all …]
/linux-4.1.27/drivers/scsi/
Dqlogicpti.h46 #define QLOGICPTI_MAX_SG(ql) (4 + (((ql) > 0) ? 7*((ql) - 1) : 0)) argument
Dqlogicpti.c134 #define QUEUE_DEPTH(in, out, ql) ((in - out) & (ql)) argument
/linux-4.1.27/kernel/rcu/
Dtree.h610 static inline void rcu_nocb_q_lengths(struct rcu_data *rdp, long *ql, long *qll) in rcu_nocb_q_lengths() argument
613 *ql = atomic_long_read(&rdp->nocb_q_count); in rcu_nocb_q_lengths()
616 *ql = 0; in rcu_nocb_q_lengths()
Dtree_trace.c116 long ql, qll; in print_one_rcu_data() local
133 rcu_nocb_q_lengths(rdp, &ql, &qll); in print_one_rcu_data()
135 ql += rdp->qlen; in print_one_rcu_data()
137 qll, ql, in print_one_rcu_data()
Dtree_plugin.h2067 long ql = rsp->qlen; in rcu_nocb_adopt_orphan_cbs() local
2079 rsp->orphan_donetail, ql, qll, flags); in rcu_nocb_adopt_orphan_cbs()
2080 ql = qll = 0; in rcu_nocb_adopt_orphan_cbs()
2086 rsp->orphan_nxttail, ql, qll, flags); in rcu_nocb_adopt_orphan_cbs()
2087 ql = qll = 0; in rcu_nocb_adopt_orphan_cbs()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h503 struct bfi_enet_rxq ql; /* large/data/single buffers */ member
Dbna_tx_rx.c1835 bfi_enet_datapath_q_init(&cfg_req->q_cfg[i].ql.q, in bna_bfi_rx_enet_start()
1848 cfg_req->q_cfg[i].ql.rx_buffer_size = in bna_bfi_rx_enet_start()