Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c7745 u64 *tag_slot = io_get_tag_slot(data, i); in io_rsrc_data_alloc() local
7747 if (copy_from_user(tag_slot, &utags[i], in io_rsrc_data_alloc()
7748 sizeof(*tag_slot))) in io_rsrc_data_alloc()
8289 u64 *tag_slot = io_get_tag_slot(data, idx); in io_queue_rsrc_removal() local
8296 prsrc->tag = *tag_slot; in io_queue_rsrc_removal()
8297 *tag_slot = 0; in io_queue_rsrc_removal()