Linux Kernel
3.7.1
|
#include <iorpc.h>
Data Fields | |
struct { | |
int fd | |
} | user |
struct { | |
int x | |
int y | |
int ipi | |
int event | |
} | kernel |
A structure used to describe interrupts used with poll(). The format differs significantly for requests from user to kernel, and kernel to hypervisor. As with the mem_buffer_t, translation between the formats is done at each level.
struct { ... } kernel |
pollfd_setup as described by the kernel.
struct { ... } user |
pollfd_setup as described by user applications.