Lines Matching refs:hk
924 cuda_ptr_key hk; in cuda_mem_cpu_map() local
929 hk = get_hash_from_ptr((void *)ptr_in); in cuda_mem_cpu_map()
931 mem_item = mem_list_find_item(hk); in cuda_mem_cpu_map()
968 cuda_ptr_key hk; in cuda_mem_unregister() local
973 hk = get_hash_from_ptr((void *)ptr); in cuda_mem_unregister()
975 mem_item = mem_list_find_item(hk); in cuda_mem_unregister()
992 return mem_list_del_item(hk); in cuda_mem_unregister()
1005 cuda_ptr_key hk; in cuda_mem_cpu_unmap() local
1010 hk = get_hash_from_ptr((void *)ptr_in); in cuda_mem_cpu_unmap()
1012 mem_item = mem_list_find_item(hk); in cuda_mem_cpu_unmap()
1042 cuda_ptr_key hk; in cuda_mem_free() local
1047 hk = get_hash_from_ptr((void *)ptr); in cuda_mem_free()
1049 mem_item = mem_list_find_item(hk); in cuda_mem_free()
1073 return mem_list_del_item(hk); in cuda_mem_free()