Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dsmr.h747 extern bool smr_poll(smr_t smr, smr_seq_t goal) __result_use_check;
780 #define smr_global_poll(goal) smr_poll(&smr_system, goal)
H A Dsmr.c556 smr_poll(smr_t smr, smr_seq_t goal) in smr_poll() function
H A Dbtlog.c727 if (smr_poll(&bt_library_smr, bts->bts_free_seq)) { in __btlib_insert()
H A Dzalloc.c2679 return smr == NULL || smr_poll(smr, depot->zd_head->zm_seq); in zone_depot_poll()