Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-timechart.c72 u64 io_events; member
838 tchart->io_events++; in pid_end_io_sample()
1457 int thresh = tchart->io_events ? BYTES_THRESH : TIME_THRESH; in write_svg_file()
1467 else if (tchart->io_events) in write_svg_file()
1477 if (tchart->io_events) { in write_svg_file()
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.c752 unsigned int mcc_events, io_events; in be_isr() local
772 io_events = 0; in be_isr()
780 io_events++; in be_isr()
785 if (!io_events && !mcc_events) in be_isr()
795 if (io_events) in be_isr()
797 hwi_ring_eq_db(phba, eq->id, 0, (io_events + mcc_events), rearm, 1); in be_isr()
2052 unsigned int ret, io_events; in be_iopoll() local
2065 io_events = 0; in be_iopoll()
2073 io_events++; in be_iopoll()
2075 hwi_ring_eq_db(phba, eq->id, 1, io_events, 0, 1); in be_iopoll()
/Linux-v4.19/fs/
Daio.c69 struct io_event io_events[0]; member