Home
last modified time | relevance | path

Searched refs:DOMAINSET_PREF (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_domain.c46 return (DOMAINSET_PREF(node)); in linux_get_vm_domain_set()
/freebsd-13.1/sys/x86/x86/
H A Dbusdma_bounce.c306 M_DEVBUF, DOMAINSET_PREF(dmat->common.domain), M_NOWAIT); in bounce_bus_dmamap_create()
328 DOMAINSET_PREF(dmat->common.domain), M_NOWAIT | M_ZERO); in bounce_bus_dmamap_create()
420 M_DEVBUF, DOMAINSET_PREF(dmat->common.domain), mflags); in bounce_bus_dmamem_alloc()
457 DOMAINSET_PREF(dmat->common.domain), mflags); in bounce_bus_dmamem_alloc()
470 DOMAINSET_PREF(dmat->common.domain), dmat->common.maxsize, in bounce_bus_dmamem_alloc()
475 DOMAINSET_PREF(dmat->common.domain), dmat->common.maxsize, in bounce_bus_dmamem_alloc()
1186 DOMAINSET_PREF(dmat->common.domain), M_NOWAIT | M_ZERO); in alloc_bounce_pages()
1191 M_DEVBUF, DOMAINSET_PREF(dmat->common.domain), M_NOWAIT, in alloc_bounce_pages()
H A Dcpu_machdep.c1109 DOMAINSET_PREF(pc->pc_domain), M_WAITOK); in hw_mds_recalculate()
1127 DOMAINSET_PREF(pc->pc_domain), M_WAITOK); in hw_mds_recalculate()
1149 M_TEMP, DOMAINSET_PREF(pc->pc_domain), in hw_mds_recalculate()
1152 M_TEMP, DOMAINSET_PREF(pc->pc_domain), in hw_mds_recalculate()
/freebsd-13.1/sys/dev/random/fenestrasX/
H A Dfx_main.c189 ds = DOMAINSET_PREF(domain); in _fxrng_alg_read()
/freebsd-13.1/sys/vm/
H A Dvm_glue.c383 ks = vm_thread_stack_create(DOMAINSET_PREF(PCPU_GET(domain)), in vm_thread_new()
451 ds = DOMAINSET_PREF(domain); in kstack_import()
/freebsd-13.1/sys/sys/
H A Ddomainset.h104 #define DOMAINSET_PREF(domain) (&domainset_prefer[(domain)]) macro
/freebsd-13.1/sys/dev/iommu/
H A Dbusdma_iommu.c445 DOMAINSET_PREF(tag->common.domain), M_NOWAIT | M_ZERO); in iommu_bus_dmamap_create()
453 DOMAINSET_PREF(tag->common.domain), M_NOWAIT); in iommu_bus_dmamap_create()
519 DOMAINSET_PREF(tag->common.domain), mflags); in iommu_bus_dmamem_alloc()
523 DOMAINSET_PREF(tag->common.domain), tag->common.maxsize, in iommu_bus_dmamem_alloc()
/freebsd-13.1/sys/kern/
H A Dkern_pmc.c354 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in init_hwpmc()
H A Dkern_timeout.c323 DOMAINSET_PREF(pcpu_find(cpu)->pc_domain), M_WAITOK); in callout_cpu_init()
H A Duipc_ktls.c2295 DOMAINSET_PREF(PCPU_GET(domain)); in ktls_work_thread()
H A Dsubr_bus.c2798 policy = DOMAINSET_PREF(domain); in device_set_driver()
/freebsd-13.1/sys/amd64/amd64/
H A Dmp_machdep.c433 DOMAINSET_PREF(domain), NMI_STACK_SIZE, M_WAITOK | M_ZERO); in native_start_all_aps()
435 DOMAINSET_PREF(domain), DBG_STACK_SIZE, M_WAITOK | M_ZERO); in native_start_all_aps()
436 dpcpu = (void *)kmem_malloc_domainset(DOMAINSET_PREF(domain), in native_start_all_aps()
H A Dfpu.c1120 M_FPUKERN_CTX, DOMAINSET_PREF(domain), in fpu_kern_alloc_ctx_domain()
/freebsd-13.1/sys/powerpc/powerpc/
H A Dmp_machdep.c179 dpcpu = (void *)kmem_malloc_domainset(DOMAINSET_PREF(domain), in cpu_mp_start()
/freebsd-13.1/sys/contrib/ena-com/
H A Dena_plat.h309 (node) < 0 ? DOMAINSET_RR() : DOMAINSET_PREF(node), \
/freebsd-13.1/sys/dev/nvme/
H A Dnvme_qpair.c804 DOMAINSET_PREF(qpair->domain), M_ZERO | M_WAITOK); in nvme_qpair_construct()
822 qpair->num_entries, M_NVME, DOMAINSET_PREF(qpair->domain), in nvme_qpair_construct()
/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_logging.c1259 M_PMC, DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmclog_initialize()
1265 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmclog_initialize()
H A Dhwpmc_mod.c5647 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmc_initialize()
5654 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmc_initialize()
5664 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmc_initialize()
5668 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmc_initialize()
5677 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmc_initialize()
5680 DOMAINSET_PREF(domain), M_WAITOK | M_ZERO); in pmc_initialize()
/freebsd-13.1/sys/dev/ioat/
H A Dioat.c622 DOMAINSET_PREF(ioat->domain), M_ZERO | M_WAITOK); in ioat3_attach()
/freebsd-13.1/sys/net/
H A Dif.c606 DOMAINSET_PREF(numa_domain), M_WAITOK | M_ZERO); in if_alloc_domain()