Lines Matching defs:used
50 /* If set, the task is currently used for I/O processing. */
51 bool used;
137 task->used = false;
145 task->used = true;
561 SPDK_ERRLOG("UNMAP flag is only used for WRITE ZEROES command\n");
662 if (spdk_unlikely(task->used)) {
702 /* Packed ring used the buffer_id as the task_idx to get task struct.
709 * phase 1, last_avail_idx is updated to 1. In this case, req_idx can not be used
710 * as task_idx because we will know task[0]->used is true at phase 1.
719 if (spdk_unlikely(task->used)) {
782 if (spdk_unlikely(task->used)) {
996 if (spdk_unlikely(task->used)) {
1016 task->used = false;