Home
last modified time | relevance | path

Searched defs:xen_sysctl_tmem_op (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Dsysctl.h798 struct xen_sysctl_tmem_op { struct
799 uint32_t cmd; /* IN: XEN_SYSCTL_TMEM_OP_* . */
800 int32_t pool_id; /* IN: 0 by default unless _SAVE_*, RESTORE_* .*/
801 uint32_t cli_id; /* IN: client id, 0 for XEN_SYSCTL_TMEM_QUERY_FREEABLE_MB
804 uint32_t len; /* IN: length of 'buf'. If not applicable to use 0. */
805 uint32_t arg; /* IN: If not applicable to command use 0. */
806 uint32_t pad; /* Padding so structure is the same under 32 and 64. */
807 xen_tmem_oid_t oid; /* IN: If not applicable to command use 0s. */
808 union {
815 } u;

Completed in 8 milliseconds