Searched refs:DRM_HASH_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_auth.c43 return magic & (DRM_HASH_SIZE-1);
H A DdrmP.h136 #define DRM_HASH_SIZE 16 /* Size of key hash table */ macro
643 drm_magic_head_t magiclist[DRM_HASH_SIZE];
H A Ddrm_drv.c312 for (i = 0; i < DRM_HASH_SIZE; i++) {
352 for (i = 0; i < DRM_HASH_SIZE; i++) {

Completed in 157 milliseconds