Searched refs:dom_head (Results 1 – 1 of 1) sorted by relevance
152 static struct domain *dom_head; variable884 dom->next = dom_head; in create_domain()885 dom_head = dom; in create_domain()900 for (dom = dom_head; dom; dom = dom->next) in lookup_domain()912 for (pp = &dom_head; *pp; pp = &(*pp)->next) { in remove_domain()1206 for (d = dom_head; d; d = d->next) { in handle_log_reload()1369 for (d = dom_head; d; d = d->next) { in handle_io()1436 for (d = dom_head; d; d = n) { in handle_io()
Completed in 4 milliseconds