Searched defs:watches (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c140 /* List of registered watches, and a lock to protect it. */
141 static list_t watches; variable
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, sizeo
[all...]

Completed in 58 milliseconds