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

  /src/sys/arch/xen/include/
xenbus.h 59 SLIST_ENTRY(xenbus_watch) watch_next; member in struct:xenbus_watch
  /src/sys/arch/xen/xenbus/
xenbus_xs.c 591 SLIST_FOREACH(i, &watches, watch_next) {
611 SLIST_INSERT_HEAD(&watches, watch, watch_next);
619 SLIST_REMOVE(&watches, watch, xenbus_watch, watch_next);
637 SLIST_REMOVE(&watches, watch, xenbus_watch, watch_next);
678 SLIST_FOREACH(watch, &watches, watch_next) {

Completed in 15 milliseconds