Lines Matching full:queued
14 * To avoid such starvation, dispatched bios are queued separately
19 * throtl_qnode is used to keep the queued bios separated by their sources.
20 * Bios are queued to throtl_qnode which in turn is queued to
24 * belongs to a throtl_grp and gets queued on itself or the parent, so
26 * queued and decrementing when dequeued is enough to keep the whole blkg
30 struct list_head node; /* service_queue->queued[] */
31 struct bio_list bios; /* queued bios */
39 * Bios queued directly to this service_queue or dispatched from
42 struct list_head queued[2]; /* throtl_qnode [READ/WRITE] */ member
43 unsigned int nr_queued[2]; /* number of queued bios */
50 unsigned int nr_pending; /* # queued in the tree */
75 * qnode_on_self is used when bios are directly queued to this