Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_cpuset.c128 static uma_zone_t domainset_zone; variable
412 set = uma_zalloc(domainset_zone, M_ZERO | M_WAITOK); in domainset_freelist_add()
432 uma_zfree(domainset_zone, set); in domainset_freelist_free()
513 uma_zfree(domainset_zone, domain); in _domainset_create()
574 ndomain = uma_zalloc(domainset_zone, M_WAITOK | M_ZERO); in domainset_create()
1517 domainset_zone = uma_zcreate("domainset", sizeof(struct domainset), in cpuset_thread0()