Searched refs:NBD_CMD_REQUEUED (Results 1 – 1 of 1) sorted by relevance
137 #define NBD_CMD_REQUEUED 1 macro199 if (!test_and_set_bit(NBD_CMD_REQUEUED, &cmd->flags)) in nbd_requeue_cmd()726 set_bit(NBD_CMD_REQUEUED, &cmd->flags); in nbd_send_cmd()816 WARN_ON_ONCE(test_bit(NBD_CMD_REQUEUED, &cmd->flags)); in nbd_pending_cmd_work()919 if (test_bit(NBD_CMD_REQUEUED, &cmd->flags)) { in nbd_handle_reply()1197 clear_bit(NBD_CMD_REQUEUED, &cmd->flags); in nbd_queue_rq()