Lines Matching defs:pending
851 drbd_err(device, "FIXME (BARRIER_ACKED but pending)\n");
1051 * protocol, pending requests etc. */
1456 struct list_head *pending,
1473 list_move_tail(&req->tl_requests, pending);
1478 return !list_empty(pending);
1481 static void send_and_submit_pending(struct drbd_device *device, struct list_head *pending)
1487 while ((req = list_first_entry_or_null(pending, struct drbd_request, tl_requests))) {
1501 LIST_HEAD(pending); /* to be submitted after next AL-transaction commit */
1522 prepare_al_transaction_nonblock(device, &incoming, &pending, &busy);
1523 if (!list_empty(&pending))
1542 /* Nothing moved to pending, but nothing left
1556 * they have become either "pending" (to be submitted after
1586 list_splice_tail_init(&more_pending, &pending);
1593 send_and_submit_pending(device, &pending);