Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c136 static list_t notify_list; variable
755 xnp = list_head(&notify_list); in xs_register_xenbus_callback()
756 for (; xnp != NULL; xnp = list_next(&notify_list, xnp)) { in xs_register_xenbus_callback()
764 list_insert_tail(&notify_list, xbn); in xs_register_xenbus_callback()
781 xnp = list_head(&notify_list); in do_notify_callbacks()
782 for (; xnp != NULL; xnp = list_next(&notify_list, xnp)) { in do_notify_callbacks()
1077 list_create(&notify_list, sizeof (struct xenbus_notify), in xs_early_init()