Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Drsrc.c416 u64 *tag_slot = io_get_tag_slot(data, i); in io_rsrc_data_alloc() local
418 if (copy_from_user(tag_slot, &utags[i], in io_rsrc_data_alloc()
419 sizeof(*tag_slot))) in io_rsrc_data_alloc()
744 u64 *tag_slot = io_get_tag_slot(data, idx); in io_queue_rsrc_removal() local
751 prsrc->tag = *tag_slot; in io_queue_rsrc_removal()
752 *tag_slot = 0; in io_queue_rsrc_removal()