Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/net/
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()