Home
last modified time | relevance | path

Searched refs:ordered_load_gate (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/osfmk/kern/
H A Dlocks.c1961 #define ordered_load_gate(gate) os_atomic_load(&(gate)->gt_data, compiler_acq_rel) macro
2025 state = ordered_load_gate(gate); in gate_try_close()
2060 state = ordered_load_gate(gate); in gate_close()
2122 state = ordered_load_gate(gate); in gate_open()
2226 state = ordered_load_gate(gate); in gate_handoff()
2306 state = ordered_load_gate(gate); in gate_steal()
2363 state = ordered_load_gate(gate); in gate_wait_turnstile()
2412 state = ordered_load_gate(gate);
2450 state = ordered_load_gate(gate);
2528 state = ordered_load_gate(gate); in gate_assert()
[all …]