Searched refs:e_list (Results 1 – 3 of 3) sorted by relevance
83 struct list_head e_list; member255 list_add_tail(&ep->e_link, &rp->e_list); in mon_text_event()297 list_add_tail(&ep->e_link, &rp->e_list); in mon_text_error()311 if (list_empty(&rp->e_list)) { in mon_text_fetch()315 p = rp->e_list.next; in mon_text_fetch()338 INIT_LIST_HEAD(&rp->e_list); in mon_text_open()668 while (!list_empty(&rp->e_list)) { in mon_text_release()669 p = rp->e_list.next; in mon_text_release()
21 struct list_head e_list; member
2070 char *e_list[] = {2084 + (ARRAY_SIZE(ah_list) * ARRAY_SIZE(e_list)) \ in write_proto_plan() 2108 for (j = 0; j < ARRAY_SIZE(e_list); j++) { in write_proto_plan() 2110 e_list[j], 0, 0)) in write_proto_plan() 2067 char *e_list[] = { global() variable