Home
last modified time | relevance | path

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

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