Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_iucv.c34 #define MEMPOOL_MIN_NR (PAGE_SIZE / sizeof(struct iucv_tty_buffer)/4)
84 struct iucv_tty_buffer { struct
112 /* Kmem cache and mempool for iucv_tty_buffer elements */
140 * alloc_tty_buffer() - Return a new struct iucv_tty_buffer element.
144 * This function allocates a new struct iucv_tty_buffer element and, optionally,
152 static struct iucv_tty_buffer *alloc_tty_buffer(size_t size, gfp_t flags) in alloc_tty_buffer()
154 struct iucv_tty_buffer *bufp; in alloc_tty_buffer()
176 * destroy_tty_buffer() - destroy struct iucv_tty_buffer element.
177 * @bufp: Pointer to a struct iucv_tty_buffer element, SHALL NOT be NULL.
179 static void destroy_tty_buffer(struct iucv_tty_buffer *buf
[all...]
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_iucv.c33 #define MEMPOOL_MIN_NR (PAGE_SIZE / sizeof(struct iucv_tty_buffer)/4)
83 struct iucv_tty_buffer { struct
111 /* Kmem cache and mempool for iucv_tty_buffer elements */
139 * alloc_tty_buffer() - Return a new struct iucv_tty_buffer element.
143 * This function allocates a new struct iucv_tty_buffer element and, optionally,
151 static struct iucv_tty_buffer *alloc_tty_buffer(size_t size, gfp_t flags) in alloc_tty_buffer()
153 struct iucv_tty_buffer *bufp; in alloc_tty_buffer()
175 * destroy_tty_buffer() - destroy struct iucv_tty_buffer element.
176 * @bufp: Pointer to a struct iucv_tty_buffer element, SHALL NOT be NULL.
178 static void destroy_tty_buffer(struct iucv_tty_buffer *buf
[all...]

Completed in 3 milliseconds