Searched refs:init_list_entry (Results 1 – 1 of 1) sorted by relevance
48 struct init_list_entry { struct49 struct init_list_entry *next; argument53 static struct init_list_entry *LIST_RAN = __unsafe_forge_single(struct init_list_entry *, ~(uintptr… argument54 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()[all …]