Searched refs:init_list_entry (Results 1 – 1 of 1) sorted by relevance
36 struct init_list_entry { struct37 struct init_list_entry *next; argument41 #define LIST_RAN ((struct init_list_entry*)0xffffffff) argument42 static struct init_list_entry *list_head = 0;48 struct init_list_entry *entry; in net_init_add()59 entry = kalloc_type(struct init_list_entry, in net_init_add()69 kfree_type(struct init_list_entry, entry); in net_init_add()80 struct init_list_entry *backward_head = 0; in net_init_run()81 struct init_list_entry *forward_head = 0; in net_init_run()82 struct init_list_entry *current = 0; in net_init_run()[all …]