Searched refs:service_queue (Results 1 - 2 of 2) sorted by relevance

/linux-master/block/
H A Dblk-throttle.c62 struct throtl_service_queue service_queue; member in struct:throtl_data
107 return container_of(sq, struct throtl_grp, service_queue);
116 * A service_queue can be embedded in either a throtl_grp or throtl_data.
126 return container_of(sq, struct throtl_data, service_queue);
214 * @sq: the service_queue being reported
255 * @queued: the service_queue->queued[] list @qn belongs to
329 /* init a service_queue, assumes the caller zeroed it */
354 throtl_service_queue_init(&tg->service_queue);
391 struct throtl_service_queue *sq = &tg->service_queue;
407 sq->parent_sq = &td->service_queue;
[all...]
H A Dblk-throttle.h30 struct list_head node; /* service_queue->queued[] */
36 struct throtl_service_queue *parent_sq; /* the parent service_queue */
39 * Bios queued directly to this service_queue or dispatched from
71 /* active throtl group service_queue member */
78 struct throtl_service_queue service_queue; member in struct:throtl_grp

Completed in 112 milliseconds