Searched refs:enqueue (Results 76 - 100 of 102) sorted by relevance

12345

/linux-master/drivers/most/
H A Dmost_usb.c444 * @iface: interface to enqueue to
982 mdev->iface.enqueue = hdm_enqueue;
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-trace.h724 ring->enqueue);
H A Dcdnsp-gadget.h1226 * @enqueue: SW enqueue pointer address.
1227 * @enq_seg: SW enqueue segment address.
1250 union cdnsp_trb *enqueue; member in struct:cdnsp_ring
H A Dcdns3-gadget.h1131 * @enqueue: enqueue index in transfer ring
1181 int enqueue; member in struct:cdns3_endpoint
/linux-master/drivers/bluetooth/
H A Dhci_h5.c814 .enqueue = h5_enqueue,
H A Dhci_intel.c178 /* LPM flow is a priority, enqueue packet at list head */
222 /* LPM flow is a priority, enqueue packet at list head */
261 /* LPM flow is a priority, enqueue packet at list head */
1059 .enqueue = intel_enqueue,
H A Dhci_bcm.c1318 .enqueue = bcm_enqueue,
H A Dhci_qca.c2021 .enqueue = qca_enqueue,
/linux-master/net/sched/
H A Dsch_gred.c923 .enqueue = gred_enqueue,
H A Dsch_fq_codel.c150 * in fast path (packet queue/enqueue) with many cache misses.
722 .enqueue = fq_codel_enqueue,
H A Dsch_ets.c808 .enqueue = ets_qdisc_enqueue,
H A Dsch_fq.c17 * Transport (eg TCP) can set in sk->sk_pacing_rate a rate, enqueue a
21 * enqueue() :
1286 .enqueue = fq_enqueue,
H A Dsch_hfsc.c1674 .enqueue = hfsc_enqueue,
H A Dsch_taprio.c1920 /* Protects against enqueue()/dequeue() */
2524 .enqueue = taprio_enqueue,
H A Dsch_htb.c214 * node). If we end up with classid MAJOR:0 we enqueue the skb into special
627 /* enqueue to helper queue */
888 * qdisc drops packets in enqueue routine or if someone used
2143 .enqueue = htb_enqueue,
H A Dsch_cake.c3111 .enqueue = cake_enqueue,
/linux-master/fs/ext4/
H A Dfast_commit.c371 * If enqueue is set, this function enqueues the inode in fast commit list.
376 void *args, int enqueue)
395 if (!enqueue)
373 ext4_fc_track_template( handle_t *handle, struct inode *inode, int (*__fc_track_fn)(struct inode *, void *, bool), void *args, int enqueue) argument
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1914 signed int rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue) argument
1964 if (enqueue) {
/linux-master/net/sctp/
H A Dsm_sideeffect.c1115 asoc->outqueue.sched->enqueue(&asoc->outqueue, msg);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h942 u32 enqueue; member in struct:htt_tx_tqm_pdev_stats_tlv_v
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h167 u32 enqueue; /* count of tid enqueues */ member in struct:tid_queue
/linux-master/drivers/usb/host/
H A Dxhci.h663 /* Transitioning the endpoint to using streams, don't enqueue URBs */
666 /* Transitioning the endpoint to not using streams, don't enqueue URBs */
1346 union xhci_trb *enqueue; member in struct:xhci_ring
/linux-master/drivers/net/
H A Dvrf.c389 return !qdisc->enqueue;
/linux-master/net/core/
H A Ddev.c3773 rc = q->enqueue(skb, q, to_free) & NET_XMIT_MASK;
3835 * and then other tasks will only enqueue packets. The packets will be
4358 if (q->enqueue) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c5514 goto enqueue;
5520 enqueue:

Completed in 901 milliseconds

12345