Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx_core.c6019 bus_size_t best_mod; in ahd_sglist_allocsize() local
6023 best_mod = best_list_size % PAGE_SIZE; in ahd_sglist_allocsize()
6024 if (new_mod > best_mod || new_mod == 0) { in ahd_sglist_allocsize()