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.c60 static struct kmem_cache *qeth_qdio_outbuf_cache; variable
1415 kmem_cache_free(qeth_qdio_outbuf_cache, buf); in qeth_free_out_buf()
2570 newbuf = kmem_cache_zalloc(qeth_qdio_outbuf_cache, gfp); in qeth_alloc_out_buf()
7122 qeth_qdio_outbuf_cache = kmem_cache_create("qeth_buf", in qeth_core_init()
7124 if (!qeth_qdio_outbuf_cache) { in qeth_core_init()
7152 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_init()
7171 kmem_cache_destroy(qeth_qdio_outbuf_cache); in qeth_core_exit()