Searched refs:idr_entry_cache (Results 1 – 1 of 1) sorted by relevance
778 struct idr_entry *idr_entry_cache; variable804 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()