Home
last modified time | relevance | path

Searched refs:qeth_qdio_outbuf_cache (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/s390/net/
Dqeth_core_main.c60 static struct kmem_cache *qeth_qdio_outbuf_cache; variable
465 kmem_cache_free(qeth_qdio_outbuf_cache, f); in qeth_cleanup_handled_pending()
1304 kmem_cache_free(qeth_qdio_outbuf_cache, q->bufs[j]); in qeth_clear_outq_buffers()
2437 newbuf = kmem_cache_zalloc(qeth_qdio_outbuf_cache, GFP_ATOMIC); in qeth_init_qdio_out_buf()
2524 kmem_cache_free(qeth_qdio_outbuf_cache, in qeth_alloc_qdio_buffers()
6628 qeth_qdio_outbuf_cache = kmem_cache_create("qeth_buf", in qeth_core_init()
6630 if (!qeth_qdio_outbuf_cache) { in qeth_core_init()
6646 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_init()
6666 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_exit()