HomeSort by: relevance | last modified time | path
    Searched defs:next_msg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_xs.c 629 struct xs_stored_msg *msg, *next_msg; local in function:unregister_xenbus_watch
650 for (msg = SIMPLEQ_FIRST(&watch_events); msg != NULL; msg = next_msg) {
651 next_msg = SIMPLEQ_NEXT(msg, msg_next);
xenbus_xs.c 629 struct xs_stored_msg *msg, *next_msg; local in function:unregister_xenbus_watch
650 for (msg = SIMPLEQ_FIRST(&watch_events); msg != NULL; msg = next_msg) {
651 next_msg = SIMPLEQ_NEXT(msg, msg_next);

Completed in 23 milliseconds