Searched refs:domainset_zone (Results 1 – 1 of 1) sorted by relevance
127 static uma_zone_t domainset_zone; variable411 set = uma_zalloc(domainset_zone, M_ZERO | M_WAITOK); in domainset_freelist_add()431 uma_zfree(domainset_zone, set); in domainset_freelist_free()512 uma_zfree(domainset_zone, domain); in _domainset_create()573 ndomain = uma_zalloc(domainset_zone, M_WAITOK | M_ZERO); in domainset_create()1603 domainset_zone = uma_zcreate("domainset", sizeof(struct domainset), in cpuset_thread0()