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

/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_gem_names.h51 LIST_HEAD(drm_gem_names_head, drm_gem_name) *names_hash; member in struct:drm_gem_names
H A Ddrm_gem_names.c53 names->names_hash = hashinit(1000 /* XXXKIB */, M_GEM_NAMES,
66 while ((np = LIST_FIRST(&names->names_hash[i])) != NULL) {
73 hashdestroy(names->names_hash, M_GEM_NAMES, names->hash_mask);
81 return (&names->names_hash[name & names->hash_mask]);
215 for (np = LIST_FIRST(&names->names_hash[i]); np != NULL; ) {

Completed in 54 milliseconds