Lines Matching defs:watches
140 /* List of registered watches, and a lock to protect it. */
141 static list_t watches;
736 for (i = list_head(&watches); i != NULL; i = list_next(&watches, i))
822 list_insert_tail(&watches, watch);
833 list_remove(&watches, watch);
866 list_remove(&watches, watch);
922 for (watch = list_head(&watches); watch != NULL;
923 watch = list_next(&watches, watch)) {
1075 list_create(&watches, sizeof (struct xenbus_watch),