Home
last modified time | relevance | path

Searched refs:io_events (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/perf/
Dbuiltin-timechart.c70 u64 io_events; member
836 tchart->io_events++; in pid_end_io_sample()
1455 int thresh = tchart->io_events ? BYTES_THRESH : TIME_THRESH; in write_svg_file()
1465 else if (tchart->io_events) in write_svg_file()
1475 if (tchart->io_events) { in write_svg_file()
/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.c735 unsigned int mcc_events, io_events; in be_isr() local
755 io_events = 0; in be_isr()
763 io_events++; in be_isr()
768 if (!io_events && !mcc_events) in be_isr()
778 if (io_events) in be_isr()
780 hwi_ring_eq_db(phba, eq->id, 0, (io_events + mcc_events), rearm, 1); in be_isr()
2034 unsigned int ret, io_events; in be_iopoll() local
2047 io_events = 0; in be_iopoll()
2055 io_events++; in be_iopoll()
2057 hwi_ring_eq_db(phba, eq->id, 1, io_events, 0, 1); in be_iopoll()
/Linux-v5.4/fs/
Daio.c71 struct io_event io_events[0]; member