Searched refs:defq (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_quotaops.c25 struct xfs_def_quota *defq)
40 tstate->spc_timelimit = (u32)defq->blk.time;
41 tstate->ino_timelimit = (u32)defq->ino.time;
42 tstate->rt_spc_timelimit = (u32)defq->rtb.time;
20 xfs_qm_fill_state( struct qc_type_state *tstate, struct xfs_mount *mp, struct xfs_inode *ip, xfs_ino_t ino, struct xfs_def_quota *defq) argument
H A Dxfs_dquot.c98 struct xfs_def_quota *defq; local
102 defq = xfs_get_defquota(q, xfs_dquot_type(dq));
105 dq->q_blk.softlimit = defq->blk.soft;
109 dq->q_blk.hardlimit = defq->blk.hard;
113 dq->q_ino.softlimit = defq->ino.soft;
115 dq->q_ino.hardlimit = defq->ino.hard;
117 dq->q_rtb.softlimit = defq->rtb.soft;
119 dq->q_rtb.hardlimit = defq->rtb.hard;
186 struct xfs_def_quota *defq; local
189 defq
[all...]
H A Dxfs_qm.c554 struct xfs_def_quota *defq; local
561 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp));
567 defq->blk.hard = dqp->q_blk.hardlimit;
568 defq->blk.soft = dqp->q_blk.softlimit;
569 defq->ino.hard = dqp->q_ino.hardlimit;
570 defq->ino.soft = dqp->q_ino.softlimit;
571 defq->rtb.hard = dqp->q_rtb.hardlimit;
572 defq->rtb.soft = dqp->q_rtb.softlimit;
583 struct xfs_def_quota *defq; local
587 defq
[all...]
H A Dxfs_qm_syscalls.c282 struct xfs_def_quota *defq; local
306 defq = xfs_get_defquota(q, xfs_dquot_type(dqp));
341 qlim = id == 0 ? &defq->blk : NULL;
356 qlim = id == 0 ? &defq->rtb : NULL;
370 qlim = id == 0 ? &defq->ino : NULL;
H A Dxfs_trans_dquot.c789 struct xfs_def_quota *defq; local
795 defq = xfs_get_defquota(q, xfs_dquot_type(dqp));
799 qlim = &defq->blk;
802 qlim = &defq->rtb;
825 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos,
/linux-master/net/tipc/
H A Dbcast.c784 void tipc_mcast_filter_msg(struct net *net, struct sk_buff_head *defq, argument
798 if (likely(!msg_is_syn(hdr) && skb_queue_empty(defq)))
808 skb_queue_walk(defq, _skb) {
822 __skb_queue_tail(defq, skb);
831 __skb_queue_tail(defq, skb);
838 __skb_queue_tail(defq, skb);
843 __skb_unlink(_skb, defq);
853 skb_queue_walk_safe(defq, _skb, tmp) {
861 __skb_unlink(_skb, defq);
H A Dgroup.c472 static void tipc_group_sort_msg(struct sk_buff *skb, struct sk_buff_head *defq) argument
481 skb_queue_walk_safe(defq, _skb, tmp) {
485 __skb_queue_before(defq, _skb, skb);
491 __skb_queue_tail(defq, skb);
501 struct sk_buff_head *defq; local
525 defq = &m->deferredq;
526 tipc_group_sort_msg(skb, defq);
528 while ((skb = skb_peek(defq))) {
564 __skb_dequeue(defq);
574 __skb_queue_purge(defq);
[all...]
H A Dbcast.h109 void tipc_mcast_filter_msg(struct net *net, struct sk_buff_head *defq,
H A Dlink.c1369 pr_warn_ratelimited("Unable to extract msg, defq: %d\n",
1774 struct sk_buff_head *defq = &l->deferdq; local
1811 if (!__tipc_skb_queue_sorted(defq, seqno, skb))
1829 } while ((skb = __tipc_skb_dequeue(defq, l->rcv_nxt)));
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c307 struct xfs_def_quota *defq = xfs_get_defquota(qi, dqtype); local
361 defq->blk.time);
365 defq->ino.time);
369 defq->rtb.time);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1229 struct dpaa_fq *defq,
1246 params.specific_params.non_rx_params.dflt_fqid = defq->fqid;
1270 struct dpaa_fq *defq, struct dpaa_fq *pcdq,
1289 rx_p->dflt_fqid = defq->fqid;
1228 dpaa_eth_init_tx_port(struct fman_port *port, struct dpaa_fq *errq, struct dpaa_fq *defq, struct dpaa_buffer_layout *buf_layout) argument
1268 dpaa_eth_init_rx_port(struct fman_port *port, struct dpaa_bp *bp, struct dpaa_fq *errq, struct dpaa_fq *defq, struct dpaa_fq *pcdq, struct dpaa_buffer_layout *buf_layout) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1900 unsigned int flags, unsigned int defq);
H A Dt4_hw.c5229 * @defq: id of the default RSS queue for the VI.
5234 unsigned int flags, unsigned int defq)
5244 FW_RSS_VI_CONFIG_CMD_DEFAULTQ_V(defq));
5233 t4_config_vi_rss(struct adapter *adapter, int mbox, unsigned int viid, unsigned int flags, unsigned int defq) argument

Completed in 305 milliseconds