Searched refs:domainset_zone (Results 1 – 1 of 1) sorted by relevance
128 static uma_zone_t domainset_zone; variable412 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()