Searched refs:hash_64 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dhash.h21 hash_64(uint64_t val, unsigned int bits) function
27 #define hash_long(val, bits) hash_64(val, bits)
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gmc.c393 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER);
463 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER);

Completed in 113 milliseconds