Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
1362 hvc_iucv_mempool = mempool_create_slab_pool(MEMPOOL_MIN_NR, in hvc_iucv_init()
1364 if (!hvc_iucv_mempool) { in hvc_iucv_init()
1405 mempool_destroy(hvc_iucv_mempool); in hvc_iucv_init()

Completed in 4 milliseconds