Lines Matching refs:gp_cache_bufctl_cache
101 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()
1793 cache = gp_cache_bufctl_cache, gp_cache_bufctl_cache = NULL; in rtl_cache_fini()