Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/char/
Dfs3270.c251 ib = idal_buffer_alloc(count, 0); in fs3270_read()
295 ib = idal_buffer_alloc(count, 0); in fs3270_write()
468 ib = idal_buffer_alloc(2 * fp->view.rows * fp->view.cols + 5, 0); in fs3270_open()
Dtape_char.c112 new = idal_buffer_alloc(block_size, 0); in tapechar_check_idalbuffer()
Dtape_std.c237 new = idal_buffer_alloc(count, 0); in tape_std_mtsetblk()
/linux-6.12.1/arch/s390/include/asm/
Didals.h132 static inline struct idal_buffer *idal_buffer_alloc(size_t size, int page_order) in idal_buffer_alloc() function