Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h288 extern kmem_cache_t *ht_match_cache;
H A Dfilters.c55 kmem_cache_t *ht_match_cache = NULL; /* ht_match cache */ variable
389 ht_match_cache = kmem_cache_create("ht_match_cache", in ipgpc_initialize()
2095 if (ht_match_cache != NULL) { in ipgpc_destroy()
2096 kmem_cache_destroy(ht_match_cache); in ipgpc_destroy()
2097 ht_match_cache = NULL; in ipgpc_destroy()
2592 a[x].next = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP); in ht_match_insert()
2611 p = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP); in ht_match_insert()
H A Dclassifier.c206 kmem_cache_free(ht_match_cache, q); \