Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_xs.c629 struct xs_stored_msg *msg, *next_msg; in unregister_xenbus_watch() local
650 for (msg = SIMPLEQ_FIRST(&watch_events); msg != NULL; msg = next_msg) { in unregister_xenbus_watch()
651 next_msg = SIMPLEQ_NEXT(msg, msg_next); in unregister_xenbus_watch()