Searched refs:tag_buf (Results 1 – 1 of 1) sorted by relevance
856 void __user *buf, const u16 *tag_buf, in ublk_batch_copy_io_tags() argument859 if (copy_to_user(buf, tag_buf, len)) in ublk_batch_copy_io_tags()1851 unsigned short *tag_buf, in ublk_batch_prep_dispatch() argument1858 unsigned short tag = tag_buf[i]; in ublk_batch_prep_dispatch()1861 tag_buf[i] = UBLK_BATCH_IO_UNUSED_TAG; in ublk_batch_prep_dispatch()1873 static noinline unsigned int ublk_filter_unused_tags(unsigned short *tag_buf, in ublk_filter_unused_tags() argument1879 if (tag_buf[i] != UBLK_BATCH_IO_UNUSED_TAG) { in ublk_filter_unused_tags()1881 tag_buf[j] = tag_buf[i]; in ublk_filter_unused_tags()1891 unsigned short *tag_buf, size_t len, int ret) in ublk_batch_dispatch_fail() argument1901 struct ublk_io *io = &ubq->ios[tag_buf[i]]; in ublk_batch_dispatch_fail()[all …]