Lines Matching defs:service

40  * struct bfq_service_tree - per ioprio_class service tree.
42 * Each service tree represents a B-WF2Q+ scheduler on its own. Each
77 * The schedule is implemented by the service trees, plus the field
80 * before the current in-service entity is expired, 2) the in-service
82 * in_service_entity is not a queue, then the in-service child entity
86 * service, we already know which is the best candidate for next
87 * service among the other active entities in the same parent
89 * in-service entity with those of such best candidate.
94 /* entity in service */
98 /* array of service trees, one per ioprio_class */
151 * the idle one of its service_tree) or is in service.
167 /* amount of service received during the last service slot */
168 int service;
241 /* last total-service-time sample, see bfq_update_inject_limit() */
344 * Cumulative service received from the @bfq_queue since the
349 * Cumulative service received from the @bfq_queue since its
363 /* max service rate measured so far */
514 * requests (including the queue in service, even if it is
543 * the queue in service.
547 /* bfq_queue in service */
553 /* position of the last served request for the in-service queue */
566 * Flag set to activate the sampling of the total service time
578 * True if some request has been injected during the last service hole.
637 * seeky queues cannot receive guarantees in the service
639 * have been in service, to preserve fairness among them, but
640 * without service-domain guarantees).
654 * service guarantees, without caring about throughput
714 /* Max service-rate for a soft real-time queue, in sectors/sec */
749 BFQQF_busy, /* has requests or is in service */
832 /* how many times this group has been removed from service tree */