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

/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c299 unsigned int chunk_pages; local
303 chunk_pages = (1U << order);
324 alloc_pages += chunk_pages;
/freebsd-current/sys/dev/irdma/
H A Dirdma_kcompat.c1146 int chunk_pages, entry, i; local
1156 chunk_pages = DIV_ROUND_UP(sg_dma_len(sg), iwmr->page_size);
1159 for (i = 0; i < chunk_pages; i++) {

Completed in 67 milliseconds