umtx_shm_reg
TAILQ_ENTRY(umtx_shm_reg) ushm_reg_link;
LIST_ENTRY(umtx_shm_reg) ushm_obj_link;
LIST_HEAD(umtx_shm_obj_list, umtx_shm_reg);
TAILQ_HEAD(umtx_shm_reg_head, umtx_shm_reg);
static void umtx_shm_free_reg(struct umtx_shm_reg *reg);
struct umtx_shm_reg *reg, *reg1;
struct umtx_shm_reg **const oreg)
struct umtx_shm_reg *reg;
umtx_shm_find_reg(const struct umtx_key *key, struct umtx_shm_reg **const oreg)
umtx_shm_free_reg(struct umtx_shm_reg *reg)
umtx_shm_unref_reg_locked(struct umtx_shm_reg *reg, bool linked_ref)
umtx_shm_unref_reg(struct umtx_shm_reg *reg, bool linked_ref)
struct umtx_shm_reg *reg, *reg1;
struct umtx_shm_reg **res)
struct umtx_shm_reg *reg, *reg1;
umtx_shm_reg_zone = uma_zcreate("umtx_shm", sizeof(struct umtx_shm_reg),
struct umtx_shm_reg *reg;