Home
last modified time | relevance | path

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

/aoo41x/main/sal/rtl/source/
H A Dalloc_cache.c95 static rtl_cache_type * gp_cache_slab_cache = 0; variable
328 OSL_ASSERT (cache != gp_cache_slab_cache); in rtl_cache_slab_create()
329 slab = (rtl_cache_slab_type*)rtl_cache_alloc (gp_cache_slab_cache); in rtl_cache_slab_create()
384 rtl_cache_free (gp_cache_slab_cache, slab); in rtl_cache_slab_destroy()
940 OSL_ASSERT(gp_cache_slab_cache != 0); in rtl_cache_activate()
1704 OSL_ASSERT(gp_cache_slab_cache == 0); in rtl_cache_once_init()
1708 gp_cache_slab_cache = rtl_cache_activate ( in rtl_cache_once_init()
1720 OSL_ASSERT(gp_cache_slab_cache != 0); in rtl_cache_once_init()
1792 if (gp_cache_slab_cache != 0) in rtl_cache_fini()
1794 cache = gp_cache_slab_cache, gp_cache_slab_cache = 0; in rtl_cache_fini()

Completed in 14 milliseconds