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()727 txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC); in fwtty_tx()740 kmem_cache_free(fwtty_txn_cache, txn); in fwtty_tx()2804 fwtty_txn_cache = kmem_cache_create("fwtty_txn_cache", in fwserial_init()2807 if (!fwtty_txn_cache) { in fwserial_init()2850 kmem_cache_destroy(fwtty_txn_cache); in fwserial_init()2872 kmem_cache_destroy(fwtty_txn_cache); in fwserial_exit()