Searched refs:next_to_notify (Results 1 – 1 of 1) sorted by relevance
61 static struct intr_config_hook *next_to_notify; variable138 while (next_to_notify != NULL) { in run_interrupt_driven_config_hooks()139 hook_entry = next_to_notify; in run_interrupt_driven_config_hooks()140 next_to_notify = TAILQ_NEXT(hook_entry, ich_links); in run_interrupt_driven_config_hooks()200 if (next_to_notify == NULL) in config_intrhook_establish()201 next_to_notify = hook; in config_intrhook_establish()242 if (next_to_notify == hook) in config_intrhook_disestablish()243 next_to_notify = TAILQ_NEXT(hook, ich_links); in config_intrhook_disestablish()