Searched refs:num_groups_with_pending_reqs (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dbfq-iosched.h549 * num_groups_with_pending_reqs is still accounting for this
551 * I/O request still in flight. num_groups_with_pending_reqs
561 * num_groups_with_pending_reqs, we decrement
562 * num_groups_with_pending_reqs when the first
569 * counted in num_groups_with_pending_reqs when it becomes
572 * num_groups_with_pending_reqs is decremented, and this flag
574 * num_groups_with_pending_reqs won't be decremented any
578 unsigned int num_groups_with_pending_reqs; member in struct:bfq_data
H A Dbfq-wf2q.c1621 bfqq->bfqd->num_groups_with_pending_reqs++;
1634 bfqq->bfqd->num_groups_with_pending_reqs--;
H A Dbfq-iosched.c881 || bfqd->num_groups_with_pending_reqs > 1
7281 bfqd->num_groups_with_pending_reqs = 0;

Completed in 122 milliseconds