Home
last modified time | relevance | path

Searched refs:qs (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/fs/ocfs2/cluster/
Dquorum.c109 struct o2quo_state *qs = &o2quo_state; in o2quo_make_decision() local
111 spin_lock(&qs->qs_lock); in o2quo_make_decision()
113 lowest_hb = find_first_bit(qs->qs_hb_bm, O2NM_MAX_NODES); in o2quo_make_decision()
115 lowest_reachable = test_bit(lowest_hb, qs->qs_conn_bm); in o2quo_make_decision()
118 "lowest: %d (%sreachable)\n", qs->qs_heartbeating, in o2quo_make_decision()
119 qs->qs_connected, lowest_hb, lowest_reachable ? "" : "un"); in o2quo_make_decision()
121 if (!test_bit(o2nm_this_node(), qs->qs_hb_bm) || in o2quo_make_decision()
122 qs->qs_heartbeating == 1) in o2quo_make_decision()
125 if (qs->qs_heartbeating & 1) { in o2quo_make_decision()
128 quorum = (qs->qs_heartbeating + 1)/2; in o2quo_make_decision()
[all …]
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c726 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id) in init_qset_cntxt() argument
728 qs->rspq.cntxt_id = id; in init_qset_cntxt()
729 qs->fl[0].cntxt_id = 2 * id; in init_qset_cntxt()
730 qs->fl[1].cntxt_id = 2 * id + 1; in init_qset_cntxt()
731 qs->txq[TXQ_ETH].cntxt_id = FW_TUNNEL_SGEEC_START + id; in init_qset_cntxt()
732 qs->txq[TXQ_ETH].token = FW_TUNNEL_TID_START + id; in init_qset_cntxt()
733 qs->txq[TXQ_OFLD].cntxt_id = FW_OFLD_SGEEC_START + id; in init_qset_cntxt()
734 qs->txq[TXQ_CTRL].cntxt_id = FW_CTRL_SGEEC_START + id; in init_qset_cntxt()
735 qs->txq[TXQ_CTRL].token = FW_CTRL_TID_START + id; in init_qset_cntxt()
1207 struct sge_qset *qs, struct sge_txq *q) in t3_stop_tx_queue() argument
[all …]
Dcxgb3_main.c411 adap->sge.qs[qidx]. in request_msix_data_irqs()
414 &adap->sge.qs[qidx]); in request_msix_data_irqs()
418 &adap->sge.qs[qidx]); in request_msix_data_irqs()
438 &adapter->sge.qs[i]); in free_irq_resources()
448 while (adap->sge.qs[0].rspq.offload_pkts < init_cnt + n) { in await_mgmt_replies()
461 unsigned long cnt = adap->sge.qs[0].rspq.offload_pkts; in init_tp_parity()
600 struct sge_qset *qs = &adap->sge.qs[i]; in ring_dbs() local
602 if (qs->adap) in ring_dbs()
604 t3_write_reg(adap, A_SG_KDOORBELL, F_SELEGRCNTX | V_EGRCNTX(qs->txq[j].cntxt_id)); in ring_dbs()
613 struct sge_qset *qs = &adap->sge.qs[i]; in init_napi() local
[all …]
Dadapter.h68 struct sge_qset *qs; member
217 struct sge_qset qs[SGE_QSETS]; member
325 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c308 int qs, msi; in name_msix_vecs() local
310 for (qs = 0, msi = MSIX_IQFLINT; qs < pi->nqsets; qs++, msi++) { in name_msix_vecs()
312 "%s-%d", dev->name, qs); in name_msix_vecs()
575 int qs; in setup_sge_queues() local
577 for (qs = 0; qs < pi->nqsets; qs++, rxq++, txq++) { in setup_sge_queues()
585 netdev_get_tx_queue(dev, qs), in setup_sge_queues()
590 rxq->rspq.idx = qs; in setup_sge_queues()
606 int qs; in setup_sge_queues() local
608 for (qs = 0; qs < pi->nqsets; qs++, rxq++, txq++) { in setup_sge_queues()
648 int qs, err; in setup_rss() local
[all …]
Dsge.c2515 int qs; in t4vf_free_sge_resources() local
2517 for (qs = 0; qs < adapter->sge.ethqsets; qs++, rxq++, txq++) { in t4vf_free_sge_resources()
/linux-4.1.27/fs/qnx4/
Dinode.c45 struct qnx4_sb_info *qs; in qnx4_remount() local
48 qs = qnx4_sb(sb); in qnx4_remount()
49 qs->Version = QNX4_VERSION; in qnx4_remount()
191 struct qnx4_sb_info *qs; in qnx4_fill_super() local
193 qs = kzalloc(sizeof(struct qnx4_sb_info), GFP_KERNEL); in qnx4_fill_super()
194 if (!qs) in qnx4_fill_super()
196 s->s_fs_info = qs; in qnx4_fill_super()
238 struct qnx4_sb_info *qs = qnx4_sb(sb); in qnx4_kill_sb() local
240 if (qs) { in qnx4_kill_sb()
241 kfree(qs->BitMap); in qnx4_kill_sb()
[all …]
/linux-4.1.27/fs/qnx6/
Dinode.c304 struct qnx6_sb_info *qs; in qnx6_fill_super() local
309 qs = kzalloc(sizeof(struct qnx6_sb_info), GFP_KERNEL); in qnx6_fill_super()
310 if (!qs) in qnx6_fill_super()
312 s->s_fs_info = qs; in qnx6_fill_super()
477 kfree(qs); in qnx6_fill_super()
484 struct qnx6_sb_info *qs = QNX6_SB(sb); in qnx6_put_super() local
485 brelse(qs->sb_buf); in qnx6_put_super()
486 iput(qs->longfile); in qnx6_put_super()
487 iput(qs->inodes); in qnx6_put_super()
488 kfree(qs); in qnx6_put_super()
/linux-4.1.27/drivers/md/
Ddm-cache-policy-mq.c136 struct list_head qs[NR_QUEUE_LEVELS]; member
148 INIT_LIST_HEAD(q->qs + i); in queue_init()
171 list_add_tail(elt, q->qs + level); in queue_push()
195 list_for_each(h, q->qs + level) in queue_peek()
223 list_for_each(h, q->qs + level) { in queue_pop_old()
262 list_add_tail(h, q->qs + i); in queue_update_writeback_sentinels()
281 list_add_tail(q->sentinels + i, q->qs + i); in queue_tick()
292 list_for_each_prev(h, q->qs + i) { in queue_iterate_tick()
649 head = mq->cache_clean.qs + level; in check_generation()
658 head = mq->cache_dirty.qs + level; in check_generation()
[all …]
/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…
140 o "qs" gives an indication of the state of the callback queue
191 …0!c=12865 g=12866 pq=1/0 qp=1 dt=83113/140000000000000/0 df=288 of=11 ql=0/0 qs=N... kt=0/O ktl=94…
[all …]
/linux-4.1.27/net/sched/
Dsch_fq_codel.c523 struct gnet_stats_queue qs = { 0 }; in fq_codel_dump_class_stats() local
547 qs.qlen++; in fq_codel_dump_class_stats()
550 qs.backlog = q->backlogs[idx]; in fq_codel_dump_class_stats()
551 qs.drops = flow->dropped; in fq_codel_dump_class_stats()
553 if (gnet_stats_copy_queue(d, NULL, &qs, 0) < 0) in fq_codel_dump_class_stats()
Dsch_sfq.c864 struct gnet_stats_queue qs = { 0 }; in sfq_dump_class_stats() local
871 qs.qlen = slot->qlen; in sfq_dump_class_stats()
872 qs.backlog = slot->backlog; in sfq_dump_class_stats()
874 if (gnet_stats_copy_queue(d, NULL, &qs, qs.qlen) < 0) in sfq_dump_class_stats()
/linux-4.1.27/include/uapi/sound/
Dhdspm.h43 qs enumerator
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h504 struct bfi_enet_rxq qs; /* small/header buffers */ member
Dbna_tx_rx.c1827 bfi_enet_datapath_q_init(&cfg_req->q_cfg[i].qs.q, in bna_bfi_rx_enet_start()
1829 cfg_req->q_cfg[i].qs.rx_buffer_size = in bna_bfi_rx_enet_start()
/linux-4.1.27/sound/pci/rme9652/
Dhdspm.c6211 levels->speed = qs; in snd_hdspm_hwdep_ioctl()