Lines Matching refs:linux_idr_cache
52 struct linux_idr_cache { struct
58 DPCPU_DEFINE_STATIC(struct linux_idr_cache, linux_idr_cache); argument
70 idr_preload_dequeue_locked(struct linux_idr_cache *lic) in idr_preload_dequeue_locked()
93 struct linux_idr_cache *lic = in idr_preload_init()
94 DPCPU_ID_PTR(cpu, linux_idr_cache); in idr_preload_init()
108 struct linux_idr_cache *lic = in idr_preload_uninit()
109 DPCPU_ID_PTR(cpu, linux_idr_cache); in idr_preload_uninit()
128 struct linux_idr_cache *lic; in idr_preload()
133 lic = &DPCPU_GET(linux_idr_cache); in idr_preload()
152 struct linux_idr_cache *lic; in idr_preload_end()
154 lic = &DPCPU_GET(linux_idr_cache); in idr_preload_end()
412 } else if ((il = idr_preload_dequeue_locked(&DPCPU_GET(linux_idr_cache))) != NULL) { in idr_get()