Home
last modified time | relevance | path

Searched defs:hash_long (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dhash.h27 #define hash_long(val, bits) hash_64(val, bits) macro
29 #define hash_long(val, bits) hash_32(val, bits) macro