Lines Matching defs:current
93 /** Offset in current iovec. */
96 /** Offset in current iovec. */
108 /** I/O path the current I/O or admin passthrough is submitted on, or the I/O path
125 /* How many times the current I/O was retried. */
128 /** Expiration value in ticks to retry the current I/O. */
2021 /* This function marks the current trid as failed by storing the current ticks
2025 * the current trid now to try connecting the next trid.
2355 /* The current full reset sequence will move to the next
2445 /* The current full reset sequence will move to the next
3128 /* If the current nvme_ctrlr is disabled, skip it and move to the next nvme_ctrlr. */
3655 /* Skip current ctrlr_channel in a full reset sequence because
5742 /* Then, set the read size only to include the current active namespaces. */
6970 /* The current path is the only path. */
7123 * discovery service, including detaching from the current discovery
9102 bool current;
9110 current = false;
9120 /* A non-optimized path is only current if there are no optimized paths. */
9121 current = (io_path->nvme_ns->ana_state == SPDK_NVME_ANA_OPTIMIZED_STATE) ||
9125 current = (io_path == nbdev_ch->current_io_path);
9132 current = false;
9135 current = (io_path == first_path);
9142 return current;
9383 spdk_json_write_named_bool(w, "current", nvme_io_path_is_current(io_path));