Searched refs:fwtty_txn_cache (Results 1 – 1 of 1) sorted by relevance
71 static struct kmem_cache *fwtty_txn_cache; variable221 kmem_cache_free(fwtty_txn_cache, txn); in fwtty_common_callback()232 txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC); in fwtty_send_data_async()724 txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC); in fwtty_tx()737 kmem_cache_free(fwtty_txn_cache, txn); in fwtty_tx()2834 fwtty_txn_cache = kmem_cache_create("fwtty_txn_cache", in fwserial_init()2837 if (!fwtty_txn_cache) { in fwserial_init()2880 kmem_cache_destroy(fwtty_txn_cache); in fwserial_init()2902 kmem_cache_destroy(fwtty_txn_cache); in fwserial_exit()