Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap-persistent.c22 #define DM_PREFETCH_CHUNKS 12 macro
505 dm_bufio_set_minimum_buffers(client, 1 + DM_PREFETCH_CHUNKS); in read_exceptions()
519 if (DM_PREFETCH_CHUNKS) do { in read_exceptions()
527 } while (prefetch_area <= ps->current_area + DM_PREFETCH_CHUNKS); in read_exceptions()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap-persistent.c23 #define DM_PREFETCH_CHUNKS 12 macro
507 dm_bufio_set_minimum_buffers(client, 1 + DM_PREFETCH_CHUNKS); in read_exceptions()
521 if (DM_PREFETCH_CHUNKS) { in read_exceptions()
531 } while (prefetch_area <= ps->current_area + DM_PREFETCH_CHUNKS); in read_exceptions()

Completed in 4 milliseconds