Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
H A Dqeth_core_main.c61 static struct kmem_cache *qeth_qdio_outbuf_cache; variable
1416 kmem_cache_free(qeth_qdio_outbuf_cache, buf); in qeth_free_out_buf()
2571 newbuf = kmem_cache_zalloc(qeth_qdio_outbuf_cache, gfp); in qeth_alloc_out_buf()
7123 qeth_qdio_outbuf_cache = kmem_cache_create("qeth_buf", in qeth_core_init()
7125 if (!qeth_qdio_outbuf_cache) { in qeth_core_init()
7153 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_init()
7172 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_exit()