Lines Matching refs:init_list_entry
36 struct init_list_entry { struct
37 struct init_list_entry *next; argument
41 #define LIST_RAN ((struct init_list_entry*)0xffffffff) argument
42 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()
105 kfree_type(struct init_list_entry, current); in net_init_run()