Lines Matching refs:update
70 struct list_head update; /* List of lines to update. */ member
252 list_for_each_entry_safe(s, n, &tp->update, update) in tty3270_rebuild_update()
253 list_del_init(&s->update); in tty3270_rebuild_update()
262 list_add(&s->update, &tp->update); in tty3270_rebuild_update()
284 if (!list_empty(&s->update)) in tty3270_alloc_string()
285 list_del(&s->update); in tty3270_alloc_string()
395 list_for_each_entry_safe(s, n, &tp->update, update) { in tty3270_update()
407 list_del_init(&s->update); in tty3270_update()
410 if (list_empty(&tp->update)) in tty3270_update()
688 INIT_LIST_HEAD(&tp->update); in tty3270_alloc_view()
1112 if (!list_empty(&s->update)) in tty3270_convert_line()
1113 list_del_init(&s->update); in tty3270_convert_line()
1162 if (list_empty(&s->update)) { in tty3270_convert_line()
1163 list_add_tail(&s->update, &tp->update); in tty3270_convert_line()