Searched refs:enqueue (Results 26 - 47 of 47) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c529 int enqueue = 0; local
544 enqueue = 1;
552 if (enqueue)
820 * Don't enqueue the group if its throttled, or when empty.
916 * followed by enqueue.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-ftfw.c571 .enqueue = ftfw_enqueue,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_ldisc.c227 hu->proto->enqueue(hu, skb);
H A Dhci_bcsp.c736 .enqueue = bcsp_enqueue,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_dsmark.c488 .enqueue = dsmark_enqueue,
H A Dsch_multiq.c418 .enqueue = multiq_enqueue,
H A Dsch_prio.c381 .enqueue = prio_enqueue,
H A Dsch_tbf.c441 .enqueue = tbf_enqueue,
H A Dsch_teql.c438 ops->enqueue = teql_enqueue;
H A Dsch_api.c56 which is able to enqueue packets and to dequeue them (when
78 Every discipline has two major routines: enqueue and dequeue.
89 ---enqueue
91 enqueue returns 0, if packet was enqueued successfully.
150 if (qops->enqueue == NULL)
151 qops->enqueue = noop_qdisc_ops.enqueue;
H A Dsch_atm.c672 .enqueue = atm_tc_enqueue,
H A Dsch_drr.c507 .enqueue = drr_enqueue,
H A Dsch_gred.c584 .enqueue = gred_enqueue,
H A Dsch_sfq.c598 .enqueue = sfq_enqueue,
H A Dsch_cbq.c1996 .enqueue = cbq_enqueue,
H A Dsch_hfsc.c1706 .enqueue = hfsc_enqueue,
H A Dsch_htb.c183 * node). If we end up with classid MAJOR:0 we enqueue the skb into special
549 /* enqueue to helper queue */
798 qdisc drops packets in enqueue routine or if someone used
1556 .enqueue = htb_enqueue,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-mem.c130 /* The ring is empty, so the enqueue pointer == dequeue pointer */
131 ring->enqueue = ring->first_seg->trbs;
133 ring->dequeue = ring->enqueue;
226 /* Zero an endpoint ring (except for link TRBs) and move the enqueue and dequeue
804 ep0_ctx->deq = xhci_trb_virt_to_dma(ep_ring->enq_seg, ep_ring->enqueue);
H A Dxhci.h727 /* Transitioning the endpoint to using streams, don't enqueue URBs */
730 /* Transitioning the endpoint to not using streams, don't enqueue URBs */
1088 union xhci_trb *enqueue; member in struct:xhci_ring
H A Dxhci.c828 xhci_warn(xhci, "WARN: Can't enqueue URB while bulk ep "
833 xhci_warn(xhci, "WARN: Can't enqueue URB while bulk ep "
1333 command->command_trb = xhci->cmd_ring->enqueue;
2036 reset_device_cmd->command_trb = xhci->cmd_ring->enqueue;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev.c2237 // if ( (q->enqueue) && (htons(proto) != ETH_P_8021Q)) {
2238 if ( (q->enqueue) ) {
2511 enqueue:
2526 goto enqueue;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c1070 enqueue(invalid_dircache_entries, dir); /* 3 */

Completed in 315 milliseconds

12