Lines Matching refs:init_list_entry
48 struct init_list_entry { struct
49 struct init_list_entry *next; argument
53 static struct init_list_entry *LIST_RAN = __unsafe_forge_single(struct init_list_entry *, ~(uintptr… argument
54 static struct init_list_entry *list_head = NULL;
59 struct init_list_entry *entry; in net_init_add()
70 entry = kalloc_type(struct init_list_entry, in net_init_add()
80 kfree_type(struct init_list_entry, entry); in net_init_add()
91 struct init_list_entry *__single backward_head = NULL; in net_init_run()
92 struct init_list_entry *__single forward_head = NULL; in net_init_run()
93 struct init_list_entry *__single current = NULL; in net_init_run()
116 kfree_type(struct init_list_entry, current); in net_init_run()