Searched refs:input_head (Results 1 – 3 of 3) sorted by relevance
40 input_pending = !list_empty(&context->userdata.input_head); in kutf_helper_pending_input()54 while (list_empty(&context->userdata.input_head)) { in kutf_helper_input_dequeue()70 line = list_first_entry(&context->userdata.input_head, in kutf_helper_input_dequeue()115 list_add_tail(&line->node, &context->userdata.input_head); in kutf_helper_input_enqueue()
979 INIT_LIST_HEAD(&new_context->userdata.input_head); in kutf_create_context()
198 struct list_head input_head; member