loop_list
struct loop_list *next;
struct loop_list *prev;
if ((llist = (struct loop_list *)
g_zalloc(sizeof (struct loop_list))) == NULL)