Home
last modified time | relevance | path

Searched refs:curdomain (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c122 int curdomain = PCPU_GET(domain); in linux_alloc_pages() local
124 curdomain, req, npages, 0, pmax, in linux_alloc_pages()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c67 #define curdomain PCPU_GET(domain) macro
266 domain = curdomain; in pmclog_get_buffer()
/freebsd/sys/vm/
H A Duma_core.c3785 int curdomain, domain; in cache_alloc() local
3853 (curdomain = PCPU_GET(domain)) == domain || in cache_alloc()
3854 VM_DOMAIN_EMPTY(curdomain))) { in cache_alloc()