Searched refs:watch_events (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 195 struct xs_stored_msg_list watch_events; member 661 TAILQ_INSERT_TAIL(&xs.watch_events, msg, list); in xs_process_msg() 662 wakeup(&xs.watch_events); in xs_process_msg() 973 while (TAILQ_EMPTY(&xs.watch_events)) in xenwatch_thread() 974 mtx_sleep(&xs.watch_events, in xenwatch_thread() 982 msg = TAILQ_FIRST(&xs.watch_events); in xenwatch_thread() 984 TAILQ_REMOVE(&xs.watch_events, msg, list); in xenwatch_thread() 1132 TAILQ_INIT(&xs.watch_events); in xs_attach() 1627 TAILQ_FOREACH_SAFE(msg, &xs.watch_events, list, tmp) { in xs_unregister_watch() 1630 TAILQ_REMOVE(&xs.watch_events, msg, list); in xs_unregister_watch()
|