Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dumem.h99 umem_alloc_aligned(size_t size, size_t align, int flags) in umem_alloc_aligned() function
179 ptr = umem_alloc_aligned( in umem_cache_alloc()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c571 struct page *p = umem_alloc_aligned(PAGESIZE, 64, KM_SLEEP); in abd_alloc_chunks()
599 abd_zero_page = umem_alloc_aligned(PAGESIZE, 64, KM_SLEEP); in abd_alloc_zero_scatter()