Searched refs:tag_slot (Results 1 - 3 of 3) sorted by last modified time

/linux-master/io_uring/
H A Drsrc.c339 u64 *tag_slot = io_get_tag_slot(data, i); local
341 if (copy_from_user(tag_slot, &utags[i],
342 sizeof(*tag_slot)))
642 u64 *tag_slot = io_get_tag_slot(data, idx); local
652 node->item.tag = *tag_slot;
653 *tag_slot = 0;
/linux-master/drivers/mmc/host/
H A Dmmc_hsq.c106 tag = hsq->tag_slot[hsq->next_tag];
107 hsq->tag_slot[hsq->next_tag] = HSQ_INVALID_TAG;
239 hsq->tag_slot[hsq->tail_tag] = HSQ_INVALID_TAG;
241 hsq->tag_slot[hsq->tail_tag] = tag;
364 hsq->tag_slot[i] = HSQ_INVALID_TAG;
H A Dmmc_hsq.h35 int tag_slot[HSQ_NUM_SLOTS]; member in struct:mmc_hsq

Completed in 187 milliseconds