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.c778 struct idr_entry *idr_entry_cache; variable
804 if (idr_entry_cache == NULL) in idr_preload()
805 idr_entry_cache = pool_get(&idr_pool, flags); in idr_preload()
817 if (idr_entry_cache) { in idr_alloc()
818 id = idr_entry_cache; in idr_alloc()
819 idr_entry_cache = NULL; in idr_alloc()