Searched refs:with_ext (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
H A D | prep.c | 164 int num_descs, with_ext, idx, i; in __ioat_prep_xor_lock() local 175 with_ext = 1; in __ioat_prep_xor_lock() 178 with_ext = 0; in __ioat_prep_xor_lock() 220 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_xor_lock() 355 int i, s, idx, with_ext, num_descs; in __ioat_prep_pq_lock() local 371 with_ext = 1; in __ioat_prep_pq_lock() 374 with_ext = 0; in __ioat_prep_pq_lock() 399 ext = ioat_get_ring_ent(ioat_chan, idx + i + with_ext); in __ioat_prep_pq_lock() 430 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_pq_lock()
|
/kernel/linux/linux-6.6/drivers/dma/ioat/ |
H A D | prep.c | 164 int num_descs, with_ext, idx, i; in __ioat_prep_xor_lock() local 175 with_ext = 1; in __ioat_prep_xor_lock() 178 with_ext = 0; in __ioat_prep_xor_lock() 220 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_xor_lock() 355 int i, s, idx, with_ext, num_descs; in __ioat_prep_pq_lock() local 371 with_ext = 1; in __ioat_prep_pq_lock() 374 with_ext = 0; in __ioat_prep_pq_lock() 399 ext = ioat_get_ring_ent(ioat_chan, idx + i + with_ext); in __ioat_prep_pq_lock() 430 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_pq_lock()
|
Completed in 3 milliseconds