Lines Matching refs:alloc_gate
1176 gate_t *alloc_gate; member
1276 gate = info->alloc_gate; in primitive_gate_try_close()
1297 gate = info->alloc_gate; in primitive_gate_wait()
1318 gate = info->alloc_gate; in primitive_gate_open()
1337 gate = info->alloc_gate; in primitive_gate_close()
1357 gate = info->alloc_gate; in primitive_gate_steal()
1377 gate = info->alloc_gate; in primitive_gate_handoff()
1399 gate = info->alloc_gate; in primitive_gate_assert()
1458 info->alloc_gate = gate; in primitive_gate_alloc()
1464 T_ASSERT(info->alloc_gate != NULL, "gate not yet freed"); in primitive_gate_free()
1468 lck_mtx_gate_free(&info->mtx_lock, info->alloc_gate); in primitive_gate_free()
1471 lck_rw_gate_free(&info->rw_lock, info->alloc_gate); in primitive_gate_free()
1476 info->alloc_gate = NULL; in primitive_gate_free()
2836 T_ASSERT(info->alloc_gate == NULL, "gate free"); in test_gate_alloc_free()