Home
last modified time | relevance | path

Searched refs:tag_slot (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dmmc_hsq.c85 tag = hsq->tag_slot[hsq->next_tag]; in mmc_hsq_update_next_tag()
86 hsq->tag_slot[hsq->next_tag] = HSQ_INVALID_TAG; in mmc_hsq_update_next_tag()
218 hsq->tag_slot[hsq->tail_tag] = HSQ_INVALID_TAG; in mmc_hsq_request()
220 hsq->tag_slot[hsq->tail_tag] = tag; in mmc_hsq_request()
342 hsq->tag_slot[i] = HSQ_INVALID_TAG; in mmc_hsq_init()
H A Dmmc_hsq.h24 int tag_slot[HSQ_NUM_SLOTS]; member
/openbmc/linux/io_uring/
H A Drsrc.c341 u64 *tag_slot = io_get_tag_slot(data, i); in io_rsrc_data_alloc() local
343 if (copy_from_user(tag_slot, &utags[i], in io_rsrc_data_alloc()
344 sizeof(*tag_slot))) in io_rsrc_data_alloc()
644 u64 *tag_slot = io_get_tag_slot(data, idx); in io_queue_rsrc_removal() local
654 node->item.tag = *tag_slot; in io_queue_rsrc_removal()
655 *tag_slot = 0; in io_queue_rsrc_removal()