Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_iucv.c111 static mempool_t *hvc_iucv_mempool; variable
153 bufp = mempool_alloc(hvc_iucv_mempool, flags); in alloc_tty_buffer()
162 mempool_free(bufp, hvc_iucv_mempool); in alloc_tty_buffer()
179 mempool_free(bufp, hvc_iucv_mempool); in destroy_tty_buffer()
1273 hvc_iucv_mempool = mempool_create_slab_pool(MEMPOOL_MIN_NR, in hvc_iucv_init()
1275 if (!hvc_iucv_mempool) { in hvc_iucv_init()
1316 mempool_destroy(hvc_iucv_mempool); in hvc_iucv_init()