Lines Matching defs:pending
746 unsigned int pending;
808 pending = atomic_read(&rdev->nr_pending);
809 if (min_pending > pending && nonrot) {
810 min_pending = pending;
822 if (geo->near_copies > 1 && !pending)
886 /* flush any pending bitmap writes to disk
891 while (bio) { /* submit pending writes */
919 * We can only raise the barrier if there is no pending IO.
946 /* Now wait for all pending IO to complete */
970 * However if there are already pending
1015 * that has failed. Thus any sync request that might be pending
1017 * pending IO requests to complete or be queued for re-try.
1019 * must match the number of pending IOs (nr_pending) before
1057 struct bio_list pending;
1071 bio_list_merge(&conf->pending_bio_list, &plug->pending);
1081 bio = bio_list_get(&plug->pending);
1085 while (bio) { /* submit pending writes */
1278 bio_list_add(&plug->pending, mbio);
2881 * This is achieved by tracking pending requests and a 'barrier' concept