Searched refs:ht_match_cache (Results 1 – 3 of 3) sorted by relevance
288 extern kmem_cache_t *ht_match_cache;
55 kmem_cache_t *ht_match_cache = NULL; /* ht_match cache */ variable389 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()
206 kmem_cache_free(ht_match_cache, q); \