Searched refs:hk (Results 1 – 2 of 2) sorted by relevance
924 cuda_ptr_key hk; in cuda_mem_cpu_map() local931 mem_item = mem_list_find_item(hk); in cuda_mem_cpu_map()968 cuda_ptr_key hk; in cuda_mem_unregister() local973 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() local1012 mem_item = mem_list_find_item(hk); in cuda_mem_cpu_unmap()1042 cuda_ptr_key hk; in cuda_mem_free() local1049 mem_item = mem_list_find_item(hk); in cuda_mem_free()[all …]
103 it chooses ``k`` independent hash functions ``h1``, ``h2``, ... ``hk`` with hash values range from106 ``hk(X)`` in ``v`` are set to 1 (any particular bit might be set to 1 multiple times108 bits at positions ``h1(Y)``, ``h2(Y)``, ... ``hk(Y)`` are checked. If any of them is 0,