Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_iucv.c114 static mempool_t *hvc_iucv_mempool; variable
156 bufp = mempool_alloc(hvc_iucv_mempool, flags); in alloc_tty_buffer()
165 mempool_free(bufp, hvc_iucv_mempool); in alloc_tty_buffer()
182 mempool_free(bufp, hvc_iucv_mempool); in destroy_tty_buffer()
1416 hvc_iucv_mempool = mempool_create_slab_pool(MEMPOOL_MIN_NR, in hvc_iucv_init()
1418 if (!hvc_iucv_mempool) { in hvc_iucv_init()
1459 mempool_destroy(hvc_iucv_mempool); in hvc_iucv_init()