Home | History | Annotate | Download | only in blktrace

Lines Matching refs:pollfd

166 	struct pollfd *pfds;
231 struct pollfd *pfds;
458 static void clear_events(struct pollfd *pfd)
1598 struct pollfd *pfd;
1605 tp->pfds = calloc(ndevs, sizeof(struct pollfd));
1606 memset(tp->pfds, 0, ndevs * sizeof(struct pollfd));
1666 struct pollfd *pfd = tp->pfds;
1710 struct pollfd *pfd = tp->pfds;
1744 struct pollfd *pfd = tp->pfds;
2183 ns->pfds = realloc(ns->pfds, (ns->connects+1) * sizeof(struct pollfd));
2196 ns->pfds = realloc(ns->pfds, (ns->connects+1) * sizeof(struct pollfd));
2462 struct pollfd *pfd;
2479 struct pollfd *pfd;
2533 ns->pfds = malloc(sizeof(struct pollfd));