Searched refs:cpuset_zone (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_cpuset.c | 126 static uma_zone_t cpuset_zone; variable 223 uma_zfree(cpuset_zone, set); in cpuset_rel() 262 uma_zfree(cpuset_zone, set); in cpuset_rel_complete() 362 *setp = set = uma_zalloc(cpuset_zone, M_WAITOK | M_ZERO); in cpuset_create() 368 uma_zfree(cpuset_zone, set); in cpuset_create() 380 set = uma_zalloc(cpuset_zone, M_ZERO | M_WAITOK); in cpuset_freelist_add() 400 uma_zfree(cpuset_zone, set); in cpuset_freelist_free() 1601 cpuset_zone = uma_zcreate("cpuset", sizeof(struct cpuset), NULL, NULL, in cpuset_thread0() 1610 set = uma_zalloc(cpuset_zone, M_WAITOK | M_ZERO); in cpuset_thread0() 1623 set = uma_zalloc(cpuset_zone, M_WAITOK | M_ZERO); in cpuset_thread0() [all …]
|