Searched refs:fwtty_txn_cache (Results 1 – 1 of 1) sorted by relevance
74 static struct kmem_cache *fwtty_txn_cache; variable224 kmem_cache_free(fwtty_txn_cache, txn); in fwtty_common_callback()235 txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC); in fwtty_send_data_async()726 txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC); in fwtty_tx()739 kmem_cache_free(fwtty_txn_cache, txn); in fwtty_tx()2803 fwtty_txn_cache = kmem_cache_create("fwtty_txn_cache", in fwserial_init()2806 if (!fwtty_txn_cache) { in fwserial_init()2849 kmem_cache_destroy(fwtty_txn_cache); in fwserial_init()2871 kmem_cache_destroy(fwtty_txn_cache); in fwserial_exit()