Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c101 static rtl_cache_type * gp_cache_bufctl_cache = NULL; variable
379 rtl_cache_free (gp_cache_bufctl_cache, bufctl); in rtl_cache_slab_destroy()
465 OSL_ASSERT (cache != gp_cache_bufctl_cache); in rtl_cache_slab_alloc()
466 bufctl = (rtl_cache_bufctl_type*)rtl_cache_alloc (gp_cache_bufctl_cache); in rtl_cache_slab_alloc()
947 OSL_ASSERT(gp_cache_bufctl_cache != NULL); in rtl_cache_activate()
1074 rtl_cache_free (gp_cache_bufctl_cache, bufctl); in rtl_cache_deactivate()
1732 OSL_ASSERT(gp_cache_bufctl_cache == NULL); in rtl_cache_once_init()
1736 gp_cache_bufctl_cache = rtl_cache_activate ( in rtl_cache_once_init()
1748 OSL_ASSERT(gp_cache_bufctl_cache != NULL); in rtl_cache_once_init()
1791 if (gp_cache_bufctl_cache != NULL) in rtl_cache_fini()
[all …]

Completed in 17 milliseconds