Home
last modified time | relevance | path

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

/trueos/sys/xen/xenstore/
HDxenstore.c198 struct xs_stored_msg_list watch_events; member
650 TAILQ_INSERT_TAIL(&xs.watch_events, msg, list); in xs_process_msg()
651 wakeup(&xs.watch_events); in xs_process_msg()
1015 while (TAILQ_EMPTY(&xs.watch_events)) in xenwatch_thread()
1016 mtx_sleep(&xs.watch_events, in xenwatch_thread()
1024 msg = TAILQ_FIRST(&xs.watch_events); in xenwatch_thread()
1026 TAILQ_REMOVE(&xs.watch_events, msg, list); in xenwatch_thread()
1159 TAILQ_INIT(&xs.watch_events); in xs_attach()
1645 TAILQ_FOREACH_SAFE(msg, &xs.watch_events, list, tmp) { in xs_unregister_watch()
1648 TAILQ_REMOVE(&xs.watch_events, msg, list); in xs_unregister_watch()