Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_iucv.c113 static mempool_t *hvc_iucv_mempool; variable
155 bufp = mempool_alloc(hvc_iucv_mempool, flags); in alloc_tty_buffer()
164 mempool_free(bufp, hvc_iucv_mempool); in alloc_tty_buffer()
181 mempool_free(bufp, hvc_iucv_mempool); in destroy_tty_buffer()
1355 hvc_iucv_mempool = mempool_create_slab_pool(MEMPOOL_MIN_NR, in hvc_iucv_init()
1357 if (!hvc_iucv_mempool) { in hvc_iucv_init()
1398 mempool_destroy(hvc_iucv_mempool); in hvc_iucv_init()