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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dsync.h20 void (*enqueue)(struct cache_object *obj, int type); member in struct:sync_mode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dqueue.h37 extern qnode_t *enqueue(q_t *q, void *data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_blackhole.c34 .enqueue = blackhole_enqueue,
H A Dsch_fifo.c105 .enqueue = pfifo_enqueue,
120 .enqueue = bfifo_enqueue,
135 .enqueue = pfifo_tail_enqueue,
H A Dsch_generic.c40 * - enqueue, dequeue are serialized via qdisc root lock
370 .enqueue = noop_enqueue,
382 .enqueue = noop_enqueue,
395 .enqueue = noop_enqueue,
408 .enqueue = NULL,
538 .enqueue = pfifo_fast_enqueue,
569 sch->enqueue = ops->enqueue;
H A Dsch_ingress.c126 .enqueue = ingress_enqueue,
H A Dsch_netem.c249 pr_debug("netem: enqueue ret %d\n", ret);
521 .enqueue = tfifo_enqueue,
609 .enqueue = netem_enqueue,
H A Dsch_red.c333 .enqueue = red_enqueue,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_uart.h57 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb); member in struct:hci_uart_proto
H A Dhci_ath.c215 .enqueue = ath_enqueue,
H A Dhci_h4.c171 .enqueue = h4_enqueue,
H A Dhci_ll.c515 .enqueue = ll_enqueue,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dqueue.c54 qnode_t *enqueue(q_t *q, void *data) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-alarm.c159 .enqueue = alarm_enqueue,
H A Dsync-notrack.c267 .enqueue = notrack_enqueue,
H A Dinternal_cache.c20 STATE_SYNC(sync)->enqueue(obj, query);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-ring.c32 * 1. A ring is empty if enqueue == dequeue. This means there will always be at
35 * 2. When incrementing an enqueue or dequeue pointer, if the next TRB is a
40 * 3. A ring is full if enqueue++ (for the definition of increment above)
46 * 2. When a producer increments an enqueue pointer and encounters a toggle bit
50 * 1. Check if ring is full before you enqueue.
52 * Update enqueue pointer between each write (which may update the ring
121 struct xhci_link_trb *link = &ring->enqueue->link;
127 * effect the ring dequeue or enqueue pointers.
200 * @more_trbs_coming: Will you enqueue more TRBs before calling
210 chain = ring->enqueue
[all...]
H A Dxhci-dbg.c314 ring->enqueue,
316 ring->enqueue));
327 * Check that the dequeue and enqueue pointers point to real data in this ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc_mlc.c264 goto enqueue;
301 enqueue:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c215 int enqueue(SOAP_SOCKET);
380 while (enqueue(SOAP_INVALID_SOCKET) == SOAP_EOM)
441 while (enqueue(sock) == SOAP_EOM)
498 while (enqueue(SOAP_INVALID_SOCKET) == SOAP_EOM)
589 int enqueue(SOAP_SOCKET sock) function
610 fprintf(stderr, "enqueue(%d)\n", sock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c215 int enqueue(SOAP_SOCKET);
380 while (enqueue(SOAP_INVALID_SOCKET) == SOAP_EOM)
441 while (enqueue(sock) == SOAP_EOM)
498 while (enqueue(SOAP_INVALID_SOCKET) == SOAP_EOM)
589 int enqueue(SOAP_SOCKET sock) function
610 fprintf(stderr, "enqueue(%d)\n", sock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dobject.c710 bool enqueue = false; local
717 enqueue = true;
721 if (enqueue)
751 * enqueue an object for metadata-type processing
801 * enqueue the dependents of an object for metadata-type processing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsch_generic.h45 int (*enqueue)(struct sk_buff *skb, struct Qdisc *dev); member in struct:Qdisc
137 int (*enqueue)(struct sk_buff *, struct Qdisc *); member in struct:Qdisc_ops
420 return sch->enqueue(skb, sch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c283 enqueue (struct tree *tree, struct trie **last) function
287 enqueue(tree->llink, last);
288 enqueue(tree->rlink, last);
425 enqueue(curr->links, &last);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c266 if ((dir->qidx_node = enqueue(index_queue, dir)) == NULL) {
490 if ((dir->qidx_node = enqueue(index_queue, dir)) == NULL) {

Completed in 104 milliseconds

12