Home
last modified time | relevance | path

Searched refs:init_list_entry (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dinit.c48 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()
[all …]