Lines Matching defs:pending
772 unsigned int pending;
834 pending = atomic_read(&rdev->nr_pending);
835 if (min_pending > pending && nonrot) {
836 min_pending = pending;
848 if (geo->near_copies > 1 && !pending)
914 while (bio) { /* submit pending writes */
933 * We can only raise the barrier if there is no pending IO.
961 /* Now wait for all pending IO to complete */
988 * If there are already pending requests (preventing the barrier from
1071 * that has failed. Thus any sync request that might be pending
1073 * pending IO requests to complete or be queued for re-try.
1075 * must match the number of pending IOs (nr_pending) before
1117 bio_list_merge(&conf->pending_bio_list, &plug->pending);
1126 bio = bio_list_get(&plug->pending);
1130 while (bio) { /* submit pending writes */
2997 * can be issued while regular io pending.
3267 * This is achieved by tracking pending requests and a 'barrier' concept