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

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_gem_names.h49 LIST_HEAD(drm_gem_names_head, drm_gem_name) *names_hash; member in struct:drm_gem_names
H A Ddrm_gem_names.c51 names->names_hash = hashinit(1000 /* XXXKIB */, M_GEM_NAMES,
64 while ((np = LIST_FIRST(&names->names_hash[i])) != NULL) {
71 hashdestroy(names->names_hash, M_GEM_NAMES, names->hash_mask);
79 return (&names->names_hash[name & names->hash_mask]);
213 for (np = LIST_FIRST(&names->names_hash[i]); np != NULL; ) {

Completed in 108 milliseconds