Lines Matching refs:freemem
66 struct list_head freemem; /* List of free memory for strings. */ member
171 line = alloc_string(&tp->freemem, in tty3270_create_prompt()
185 tp->input = alloc_string(&tp->freemem, tp->view.cols * 2 - 9 + 6); in tty3270_create_prompt()
213 line = alloc_string(&tp->freemem,sizeof(blueprint)); in tty3270_create_status()
278 s = alloc_string(&tp->freemem, size); in tty3270_alloc_string()
287 if (free_string(&tp->freemem, s) >= size) in tty3270_alloc_string()
290 s = alloc_string(&tp->freemem, size); in tty3270_alloc_string()
440 free_string(&tp->freemem, s); in tty3270_rcl_add()
686 INIT_LIST_HEAD(&tp->freemem); in tty3270_alloc_view()
697 add_string_memory(&tp->freemem, in tty3270_alloc_view()
823 free_string(&tp->freemem, tp->prompt); in tty3270_resize_work()
824 free_string(&tp->freemem, tp->status); in tty3270_resize_work()
1114 free_string(&tp->freemem, s); in tty3270_convert_line()