Searched refs:ht_pages_locked_debug (Results 1 – 1 of 1) sorted by relevance
318 static __thread GHashTable *ht_pages_locked_debug; variable322 if (ht_pages_locked_debug) { in ht_pages_locked_debug_init()325 ht_pages_locked_debug = g_hash_table_new(NULL, NULL); in ht_pages_locked_debug_init()333 found = g_hash_table_lookup(ht_pages_locked_debug, pd); in page_is_locked()341 g_hash_table_insert(ht_pages_locked_debug, pd, pd); in page_lock__debug()350 removed = g_hash_table_remove(ht_pages_locked_debug, pd); in page_unlock__debug()368 g_assert(g_hash_table_size(ht_pages_locked_debug) == 0); in assert_no_pages_locked()