Home
last modified time | relevance | path

Searched refs:hash_32 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/drm/include/linux/
Dhash.h12 hash_32(uint32_t val, unsigned int bits) in hash_32() function
29 #define hash_long(val, bits) hash_32(val, bits)
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_execbuffer.c577 &eb->buckets[hash_32(entry->handle, in eb_add_vma()
1074 head = &eb->buckets[hash_32(handle, eb->lut_size)]; in eb_get_vma()