Searched defs: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);
756 for (; xnp != NULL; xnp = list_next(&notify_list, xnp)) {
764 list_insert_tail(&notify_list, xbn);
781 xnp = list_head(&notify_list);
782 for (; xnp != NULL; xnp = list_next(&notify_list, xnp)) {
1077 list_create(&notify_list, sizeof (struct xenbus_notify),

Completed in 50 milliseconds