Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dabd.c162 abd_alloc_struct(size_t size) in abd_alloc_struct() function
189 abd_t *abd = abd_alloc_struct(size); in abd_alloc()
212 abd_t *abd = abd_alloc_struct(0); in abd_alloc_linear()
347 abd_t *abd = abd_alloc_struct(0); in abd_alloc_gang()
502 abd = abd_alloc_struct(0); in abd_get_offset_impl()
598 abd_t *abd = abd_alloc_struct(0); in abd_get_from_buf()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dabd_impl.h59 abd_t *abd_alloc_struct(size_t);
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c254 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
398 abd = abd_alloc_struct(chunkcnt << PAGE_SHIFT); in abd_get_offset_scatter()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c484 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
609 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
850 abd = abd_alloc_struct(0); in abd_get_offset_scatter()