Searched refs:fwtty_txn_cache (Results 1 – 1 of 1) sorted by relevance
80 static struct kmem_cache *fwtty_txn_cache; variable237 kmem_cache_free(fwtty_txn_cache, txn); in fwtty_common_callback()248 txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC); in fwtty_send_data_async()739 txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC); in fwtty_tx()752 kmem_cache_free(fwtty_txn_cache, txn); in fwtty_tx()2869 fwtty_txn_cache = kmem_cache_create("fwtty_txn_cache", in fwserial_init()2872 if (!fwtty_txn_cache) { in fwserial_init()2915 kmem_cache_destroy(fwtty_txn_cache); in fwserial_init()2935 kmem_cache_destroy(fwtty_txn_cache); in fwserial_exit()