Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 6 of 6) sorted by relevance

/memcached-1.6.32/doc/
Dnapi_ids.txt6 selected based on the NIC HW RX queue on which the incoming request is
11 unique ID called NAPI ID that is associated with a RX queue on which the
15 the RX queue on which they are received. Each worker thread is associated
16 with a NIC HW receive queue and services all the connection requests
17 received on a specific RX queue. This mapping between a memcached thread
18 and a HW NIC queue streamlines the flow of data from the NIC to the
Dstorage.txt15 adds it to the end of a queue. It then signals the IO thread to run. Once an
Dprotocol.txt1058 pull items from HOT|WARM into COLD queue.
/memcached-1.6.32/
Dextstore.c80 obj_io *queue; member
689 if (t->queue == NULL) { in _extstore_submit()
690 t->queue = io; in _extstore_submit()
844 if (me->queue == NULL) { in extstore_io_thread()
852 if (me->queue != NULL) { in extstore_io_thread()
855 io_stack = me->queue; in extstore_io_thread()
866 me->queue = end->next; in extstore_io_thread()
DMakefile.am15 queue.h \
DChangeLog355 Only reposition items in the LRU queue once a minute, to reduce