Lines Matching refs:linux_idr_cache
50 struct linux_idr_cache { struct
56 DPCPU_DEFINE_STATIC(struct linux_idr_cache, linux_idr_cache); argument
68 idr_preload_dequeue_locked(struct linux_idr_cache *lic) in idr_preload_dequeue_locked()
91 struct linux_idr_cache *lic = in idr_preload_init()
92 DPCPU_ID_PTR(cpu, linux_idr_cache); in idr_preload_init()
106 struct linux_idr_cache *lic = in idr_preload_uninit()
107 DPCPU_ID_PTR(cpu, linux_idr_cache); in idr_preload_uninit()
126 struct linux_idr_cache *lic; in idr_preload()
131 lic = &DPCPU_GET(linux_idr_cache); in idr_preload()
150 struct linux_idr_cache *lic; in idr_preload_end()
152 lic = &DPCPU_GET(linux_idr_cache); in idr_preload_end()
418 } else if ((il = idr_preload_dequeue_locked(&DPCPU_GET(linux_idr_cache))) != NULL) { in idr_get()