search for: xenbus_events

Displaying 2 results from an estimated 2 matches for "xenbus_events".

Did you mean: xenbus_event
2008 Jan 17
0
[PATCH] [Mini-OS] add xenbus token support and separate watch event queues
...d xenbus_wait_for_watch(void); +char **xenbus_wait_for_watch_return(void); +char* xenbus_wait_for_value(const char *path, const char *value); + +/* When no token is provided, use a global queue. */ +#define XENBUS_WATCH_PATH_TOKEN "xenbus_watch_path" +extern struct xenbus_event * volatile xenbus_events; +#define xenbus_watch_path(xbt, path) xenbus_watch_path_token(xbt, path, XENBUS_WATCH_PATH_TOKEN, NULL) +#define xenbus_unwatch_path(xbt, path) xenbus_unwatch_path_token(xbt, path, XENBUS_WATCH_PATH_TOKEN) + /* Associates a value with a path. Returns a malloc''d error string on fai...
2008 Feb 29
35
[RFC] PVFB: Add refresh period to XenStore parameters?
Hello, Sometimes the backend of PVFB knows that it doesn''t need permanent refresh, when the window is minimized for instance (no refresh at all), or the administration tools know that the window is thumnailed, and so a slow refresh rate is fine. Also, some users may want to tune the refresh rate according to the smoothness they would like, balanced with the CPU time that requires.