Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_busdma_bufalloc.c155 return (kmem_alloc_attr_domainset(DOMAINSET_FIXED(domain), size, in busdma_bufalloc_alloc_uncacheable()
/freebsd-14-stable/sys/dev/random/fenestrasX/
HDfx_main.c189 ds = DOMAINSET_FIXED(domain); in _fxrng_alg_read()
/freebsd-14-stable/sys/sys/
HDdomainset.h102 #define DOMAINSET_FIXED(domain) (&domainset_fixed[(domain)]) macro
/freebsd-14-stable/sys/vm/
HDuma_core.c1948 p = kmem_malloc_domainset(DOMAINSET_FIXED(domain), bytes, wait); in page_alloc()
2078 return ((void *)kmem_alloc_contig_domainset(DOMAINSET_FIXED(domain), in contig_alloc()
/freebsd-14-stable/sys/i386/i386/
HDpmap.c895 return ((void *)kmem_alloc_contig_domainset(DOMAINSET_FIXED(domain), in pmap_pdpt_allocf()