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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c145 static list_t watch_events; variable
150 * watch_events_cv for work to do (queued on watch_events list). When it
881 msg = list_head(&watch_events);
884 struct xs_stored_msg *tmp = list_next(&watch_events, msg);
886 list_remove(&watch_events, msg);
939 while (list_empty(&watch_events))
941 msg = list_head(&watch_events);
943 list_remove(&watch_events, msg);
1010 list_insert_tail(&watch_events, msg);
1073 list_create(&watch_events, sizeo
[all...]

Completed in 75 milliseconds