Lines Matching refs:io_info
115 struct io_info *ios;
165 struct io_info *ios;
244 struct io_info { struct
1484 static int net_sendfile(struct io_info *iop) in net_sendfile()
1501 static inline int net_sendfile_data(struct tracer *tp, struct io_info *iop) in net_sendfile_data()
1554 static int set_vbuf(struct io_info *iop, int mode, size_t size) in set_vbuf()
1568 static int iop_open(struct io_info *iop, int cpu) in iop_open()
1607 static void close_iop(struct io_info *iop) in close_iop()
1631 struct io_info *iop = &tp->ios[--tp->nios]; in close_ios()
1654 struct io_info *iop; in open_ios()
1657 tp->ios = calloc(ndevs, sizeof(struct io_info)); in open_ios()
1658 memset(tp->ios, 0, ndevs * sizeof(struct io_info)); in open_ios()
1722 struct io_info *iop = tp->ios; in handle_pfds_file()
1765 struct io_info *iop = tp->ios; in handle_pfds_netclient()
1799 struct io_info *iop = tp->ios; in handle_pfds_entries()
2343 struct io_info *iop; in device_done()
2403 struct io_info *iop; in nc_add_dpp()
2470 struct io_info *iop = &dpp->ios[bnh->cpu]; in net_client_read_data()