Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dbtlog.c128 decl_simple_lock_data(, btlog_lock);
219 btlog_lock(btlog_t *btlog) in btlog_lock() function
221 simple_lock(&btlog->btlog_lock, LCK_GRP_NULL); in btlog_lock()
226 simple_unlock(&btlog->btlog_lock); in btlog_unlock()
331 simple_lock_init(&btlog->btlog_lock, 0); in btlog_create()
667 btlog_lock(btlog); in btlog_add_entry()
747 btlog_lock(btlog); in btlog_remove_entries_for_element()
808 btlog_lock(btlog); in btlog_copy_backtraces_for_elements()
890 btlog_lock(btlog); in get_btlog_records()