Searched refs:handle_hash (Results 1 – 5 of 5) sorted by relevance
37 struct util_hash_table *handle_hash = NULL; variable67 if (!handle_hash) in init_handles()68 handle_hash = util_hash_table_create(hash_func, compare); in init_handles()83 util_hash_table_set(handle_hash, intptr_to_pointer(h), object); in create_handle()91 util_hash_table_remove(handle_hash, intptr_to_pointer(h)); in destroy_handle()
45 extern struct util_hash_table *handle_hash;118 void *v = util_hash_table_get(handle_hash, intptr_to_pointer(h)); in handle_to_pointer()
646 static unsigned handle_hash(void *key) in handle_hash() function670 mgr->bo_handles = util_hash_table_create(handle_hash, handle_compare); in radeon_bomgr_create()
258 static void handle_hash (Ebl *ebl);881 handle_hash (ebl); in process_elf_file()3195 handle_hash (Ebl *ebl) in handle_hash() function
378 (handle_verneed, handle_verdef, handle_versym, handle_hash): Likewise.