Searched refs:umtx_pi_zone (Results 1 – 1 of 1) sorted by relevance
152 static uma_zone_t umtx_pi_zone; variable328 umtx_pi_zone = uma_zcreate("umtx pi", sizeof(struct umtx_pi), in umtxq_sysinit()1748 pi = uma_zalloc(umtx_pi_zone, M_ZERO | flags); in umtx_pi_alloc()1760 uma_zfree(umtx_pi_zone, pi); in umtx_pi_free()