Searched refs:abd_for_each_sg (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | abd_os.c | 154 #define abd_for_each_sg(abd, sg, n, i) \ macro 411 abd_for_each_sg(abd, sg, nr_pages, i) { in abd_alloc_chunks() 462 abd_for_each_sg(abd, sg, nr_pages, i) { in abd_free_chunks() 513 abd_for_each_sg(abd_zero_scatter, sg, nr_pages, i) { in abd_alloc_zero_scatter() 571 abd_for_each_sg(abd, sg, n, i) { in abd_verify_scatter() 814 abd_for_each_sg(sabd, sg, ABD_SCATTER(sabd).abd_nents, i) { in abd_get_offset_scatter()
|