Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c777 struct idr_entry *idr_entry_cache; variable
803 if (idr_entry_cache == NULL) in idr_preload()
804 idr_entry_cache = pool_get(&idr_pool, flags); in idr_preload()
816 if (idr_entry_cache) { in idr_alloc()
817 id = idr_entry_cache; in idr_alloc()
818 idr_entry_cache = NULL; in idr_alloc()