Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/linux/
H A Dhash.h51 #define hash_long(val, bits) hash_64(val, bits) macro
53 #define hash_long(val, bits) hash_32(val, bits) macro