Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_refcnt.c57 static struct util_hash_table *serials_hash; variable
98 if (!serials_hash) in debug_serial()
99 serials_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_serial()
101 serial = (unsigned) (uintptr_t) util_hash_table_get(serials_hash, p); in debug_serial()
112 util_hash_table_set(serials_hash, p, (void *) (uintptr_t) serial); in debug_serial()
130 util_hash_table_remove(serials_hash, p); in debug_serial_delete()