Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsimple_lock.h229 #define hw_wait_while_equals_long(ptr, cur) ({ \ macro
234 #define hw_wait_while_equals_long(ptr, cur) ({ \ macro
H A Dhazard.c675 hw_wait_while_equals_long(&v2->htv_reclaimed, NULL); in hazard_basic_test()
698 hw_wait_while_equals_long(&v1->htv_reclaimed, NULL); in hazard_basic_test()
H A Dsmr.c291 seq = hw_wait_while_equals_long(&it->c_rd_seq, seq); in __smr_scan()
H A Dmpsc_queue.c40 return hw_wait_while_equals_long(ptr, NULL); in _mpsc_queue_wait_for_enqueuer()
H A Dsched_prim.c5830 gen_ack = hw_wait_while_equals_long(&pair->ast_ack, gen_ack); in ast_generation_wait()
/xnu-8020.121.3/san/memory/
H A Dubsan_log.c94 hw_wait_while_equals_long(&ubsan_log_head, e); in ubsan_log_append()