Searched refs:notify_list (Results 1 – 1 of 1) sorted by relevance
136 static list_t notify_list; variable755 xnp = list_head(¬ify_list); in xs_register_xenbus_callback()756 for (; xnp != NULL; xnp = list_next(¬ify_list, xnp)) { in xs_register_xenbus_callback()764 list_insert_tail(¬ify_list, xbn); in xs_register_xenbus_callback()781 xnp = list_head(¬ify_list); in do_notify_callbacks()782 for (; xnp != NULL; xnp = list_next(¬ify_list, xnp)) { in do_notify_callbacks()1077 list_create(¬ify_list, sizeof (struct xenbus_notify), in xs_early_init()