Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dabd.c168 abd_alloc_struct(size_t size) in abd_alloc_struct() function
195 abd_t *abd = abd_alloc_struct(size); in abd_alloc()
218 abd_t *abd = abd_alloc_struct(0); in abd_alloc_linear()
354 abd_t *abd = abd_alloc_struct(0); in abd_alloc_gang()
521 abd = abd_alloc_struct(0); in abd_get_offset_impl()
650 abd_t *abd = abd_alloc_struct(0); in abd_get_from_buf()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dabd_impl.h87 abd_t *abd_alloc_struct(size_t);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c260 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
419 abd = abd_alloc_struct(chunkcnt << PAGE_SHIFT); in abd_get_offset_scatter()
452 abd_t *abd = abd_alloc_struct(size); in abd_alloc_from_pages()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dabd_os.c189 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_init()
273 dabd = abd_alloc_struct(iovcnt << ABD_PAGESHIFT); in abd_get_offset_scatter()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c506 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
736 abd_t *abd = abd_alloc_struct(0); in abd_alloc_from_pages()
807 abd = abd_alloc_struct(0); in abd_get_offset_scatter()