Lines Matching refs:idle
50 /* tree for idle entities (i.e., not backlogged, with V < F_i)*/
51 struct rb_root idle;
53 /* idle entity with minimum F_i */
55 /* idle entity with maximum F_i */
60 /* scheduler weight sum; active and idle entities contribute to it */
81 * queue becomes idle when it expires, and 3) if the entity pointed by
83 * of the entity pointed by in_service_entity becomes idle on
151 * the idle one of its service_tree) or is in service.
288 /* node for active/idle bfqq list inside parent bfqd */
304 * arrival, such that the queue becomes idle after the
305 * completion, but the next request arrives within an idle
324 * enqueued after this time instant in an idle @bfq_queue with
339 * Time of the last transition of the @bfq_queue from idle to
345 * last transition from idle to backlogged.
589 /* beginning of the last idle slice */
616 /* list of all the bfq_queues idle on the device */
646 * the idle time slice to set again idling to a queue which
703 * Minimum idle period after which weight-raising may be
871 * except for the idle class that has only one queue.
872 * @async_idle_bfqq: async queue for the idle class (ioprio is ignored).