Searched defs:ht_match_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
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",
2095 if (ht_match_cache != NULL) {
2096 kmem_cache_destroy(ht_match_cache);
2097 ht_match_cache = NULL;
2592 a[x].next = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP);
2611 p = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP);

Completed in 49 milliseconds