Home
last modified time | relevance | path

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

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