Searched refs:cyclic_id_cache (Results 1 – 1 of 1) sorted by relevance
723 static kmem_cache_t *cyclic_id_cache; variable2292 if (cyclic_id_cache == NULL) in cyclic_configure()2293 cyclic_id_cache = kmem_cache_create("cyclic_id_cache", in cyclic_configure()2618 idp = kmem_cache_alloc(cyclic_id_cache, KM_SLEEP); in cyclic_new_id()2923 kmem_cache_free(cyclic_id_cache, idp); in cyclic_remove()