Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dlocks.c1990 #define ordered_load_gate(gate) os_atomic_load(&(gate)->gt_data, compiler_acq_rel) macro
2054 state = ordered_load_gate(gate); in gate_try_close()
2089 state = ordered_load_gate(gate); in gate_close()
2151 state = ordered_load_gate(gate); in gate_open()
2255 state = ordered_load_gate(gate); in gate_handoff()
2335 state = ordered_load_gate(gate); in gate_steal()
2392 state = ordered_load_gate(gate); in gate_wait_turnstile()
2441 state = ordered_load_gate(gate);
2479 state = ordered_load_gate(gate);
2557 state = ordered_load_gate(gate); in gate_assert()
[all …]