Searched refs:queue (Results 1 – 6 of 6) sorted by relevance
6 selected based on the NIC HW RX queue on which the incoming request is11 unique ID called NAPI ID that is associated with a RX queue on which the15 the RX queue on which they are received. Each worker thread is associated16 with a NIC HW receive queue and services all the connection requests17 received on a specific RX queue. This mapping between a memcached thread18 and a HW NIC queue streamlines the flow of data from the NIC to the
15 adds it to the end of a queue. It then signals the IO thread to run. Once an
1058 pull items from HOT|WARM into COLD queue.
80 obj_io *queue; member689 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()
15 queue.h \
355 Only reposition items in the LRU queue once a minute, to reduce