Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dsubr_autoconf.c58 static struct intr_config_hook *next_to_notify; variable
114 while (next_to_notify != NULL) { in run_interrupt_driven_config_hooks()
115 hook_entry = next_to_notify; in run_interrupt_driven_config_hooks()
116 next_to_notify = TAILQ_NEXT(hook_entry, ich_links); in run_interrupt_driven_config_hooks()
173 if (next_to_notify == NULL) in config_intrhook_establish()
174 next_to_notify = hook; in config_intrhook_establish()
199 if (next_to_notify == hook) in config_intrhook_disestablish()
200 next_to_notify = TAILQ_NEXT(hook, ich_links); in config_intrhook_disestablish()