Home
last modified time | relevance | path

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

/linux-3.3/include/asm-generic/
Dpoll.h33 struct pollfd { struct
34 int fd;
35 short events;
36 short revents;
/linux-3.3/tools/perf/util/
Devlist.h33 struct pollfd *pollfd; member
/linux-3.3/tools/perf/bench/
Dsched-messaging.c76 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/linux-3.3/fs/
Dselect.c725 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait) in do_pollfd()