Searched defs:bln_watch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c66 static struct xenbus_watch bln_watch; variable in typeref:struct:xenbus_watch
728 bln_watch.node = "memory/target";
729 bln_watch.callback = balloon_handler;
730 if (register_xenbus_watch(&bln_watch)) {

Completed in 75 milliseconds