Searched refs:con_cache (Results 1 – 1 of 1) sorted by relevance
144 static struct kmem_cache *con_cache; variable167 con = kmem_cache_zalloc(con_cache, alloc); in __nodeid2con()173 kmem_cache_free(con_cache, con); in __nodeid2con()179 kmem_cache_free(con_cache, con); in __nodeid2con()713 othercon = kmem_cache_zalloc(con_cache, GFP_KERNEL); in tcp_accept_from_sock()1438 kmem_cache_free(con_cache, con->othercon); in dlm_lowcomms_stop()1439 kmem_cache_free(con_cache, con); in dlm_lowcomms_stop()1444 kmem_cache_destroy(con_cache); in dlm_lowcomms_stop()1461 con_cache = kmem_cache_create("dlm_conn", sizeof(struct connection), in dlm_lowcomms_start()1464 if (!con_cache) in dlm_lowcomms_start()[all …]