Lines Matching defs:pending
642 unsigned int pending;
711 pending = atomic_read(&rdev->nr_pending);
751 if (min_pending > pending) {
752 min_pending = pending;
764 * non-rotational, choose the disk with less pending request even the
801 /* flush any pending bitmap writes to disk before proceeding w/ I/O */
805 while (bio) { /* submit pending writes */
852 * We can only raise the barrier if there is no pending IO.
1179 bio_list_merge(&conf->pending_bio_list, &plug->pending);
1188 bio = bio_list_get(&plug->pending);
2657 * This is achieved by tracking pending requests and a 'barrier' concept