Searched refs:first_n (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/accel/qaic/
H A Dqaic_data.c1107 u32 first_n; local
1113 * After this for loop is complete, first_n represents the index
1119 for (first_n = 0; first_n < slice->nents; first_n++)
1120 if (last_bytes > le32_to_cpu(reqs[first_n].len))
1121 last_bytes -= le32_to_cpu(reqs[first_n].len);
1125 if (avail < (first_n + 1))
1128 if (first_n) {
1129 if (tail + first_n > db
[all...]
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c1279 struct rb_node *n, *first_n; local
1354 n = first_n = vfio_find_dma_first_node(iommu, iova, size);
1368 for (n = first_n; n != last_n; n = rb_next(n)) {

Completed in 117 milliseconds