Searched refs:umtx_shm_reg_zone (Results 1 – 1 of 1) sorted by relevance
4315 static uma_zone_t umtx_shm_reg_zone; variable4409 uma_zfree(umtx_shm_reg_zone, reg); in umtx_shm_free_reg()4520 reg = uma_zalloc(umtx_shm_reg_zone, M_WAITOK | M_ZERO); in umtx_shm_create_reg()4590 umtx_shm_reg_zone = uma_zcreate("umtx_shm", sizeof(struct umtx_shm_reg), in umtx_shm_init()