Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dlocks.c2006 #define ordered_load_gate(gate) os_atomic_load(&(gate)->gt_data, compiler_acq_rel) macro
2070 state = ordered_load_gate(gate); in gate_try_close()
2105 state = ordered_load_gate(gate); in gate_close()
2166 state = ordered_load_gate(gate); in gate_open()
2269 state = ordered_load_gate(gate); in gate_handoff()
2349 state = ordered_load_gate(gate); in gate_steal()
2406 state = ordered_load_gate(gate); in gate_wait_turnstile()
2455 state = ordered_load_gate(gate);
2493 state = ordered_load_gate(gate);
2571 state = ordered_load_gate(gate); in gate_assert()
[all …]