Searched refs:logtab_ent_list (Results 1 – 2 of 2) sorted by relevance
53 static void logtab_ent_list_free(struct logtab_ent_list *);212 struct logtab_ent_list *head = NULL, *tail = NULL, *tmpl; in logtab_rement()233 tmpl = (struct logtab_ent_list *) in logtab_rement()296 struct logtab_ent_list *lelp, *head = NULL, *tail = NULL; in logtab_deactivate()316 lelp = (struct logtab_ent_list *) in logtab_deactivate()401 logtab_ent_list_free(struct logtab_ent_list *head) in logtab_ent_list_free()403 struct logtab_ent_list *lelp, *next; in logtab_ent_list_free()
54 struct logtab_ent_list { struct56 struct logtab_ent_list *lel_next; argument