Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_core_main.c62 static struct kmem_cache *qeth_qdio_outbuf_cache; variable
1470 kmem_cache_free(qeth_qdio_outbuf_cache, buf); in qeth_tx_complete_pending_bufs()
1487 kmem_cache_free(qeth_qdio_outbuf_cache, q->bufs[j]); in qeth_drain_output_queue()
2596 newbuf = kmem_cache_zalloc(qeth_qdio_outbuf_cache, GFP_ATOMIC); in qeth_init_qdio_out_buf()
2639 kmem_cache_free(qeth_qdio_outbuf_cache, q->bufs[--i]); in qeth_alloc_output_queue()
7099 qeth_qdio_outbuf_cache = kmem_cache_create("qeth_buf", in qeth_core_init()
7101 if (!qeth_qdio_outbuf_cache) { in qeth_core_init()
7117 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_init()
7135 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_exit()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_core_main.c61 static struct kmem_cache *qeth_qdio_outbuf_cache; variable
1379 kmem_cache_free(qeth_qdio_outbuf_cache, buf); in qeth_free_out_buf()
2534 newbuf = kmem_cache_zalloc(qeth_qdio_outbuf_cache, gfp); in qeth_alloc_out_buf()
7094 qeth_qdio_outbuf_cache = kmem_cache_create("qeth_buf", in qeth_core_init()
7096 if (!qeth_qdio_outbuf_cache) { in qeth_core_init()
7124 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_init()
7143 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_exit()

Completed in 18 milliseconds