Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Dudmabuf.c384 unsigned long max_nr_folios = 0; in udmabuf_create() local
410 max_nr_folios = max_t(unsigned long, subpgcnt, max_nr_folios); in udmabuf_create()
420 folios = kvmalloc_array(max_nr_folios, sizeof(*folios), GFP_KERNEL); in udmabuf_create()