Home
last modified time | relevance | path

Searched refs:cyclic_id_cache (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dev/cyclic/
H A Dcyclic.c367 static kmem_cache_t *cyclic_id_cache; variable
902 if (cyclic_id_cache == NULL) in cyclic_configure()
903 cyclic_id_cache = kmem_cache_create(__UNCONST("cyclic_id_cache"), in cyclic_configure()
1037 idp = kmem_cache_alloc(cyclic_id_cache, KM_SLEEP); in cyclic_new_id()
1322 kmem_cache_free(cyclic_id_cache, idp); in cyclic_remove()
1381 if (cyclic_id_cache != NULL) in cyclic_uninit()
1382 kmem_cache_destroy(cyclic_id_cache); in cyclic_uninit()