Searched refs:domainset_zone (Results 1 – 1 of 1) sorted by relevance
130 static uma_zone_t domainset_zone; variable422 set = uma_zalloc(domainset_zone, M_ZERO | M_WAITOK); in domainset_freelist_add()442 uma_zfree(domainset_zone, set); in domainset_freelist_free()523 uma_zfree(domainset_zone, domain); in _domainset_create()584 ndomain = uma_zalloc(domainset_zone, M_WAITOK | M_ZERO); in domainset_create()1649 domainset_zone = uma_zcreate("domainset", sizeof(struct domainset), in cpuset_thread0()