Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/scsi/be2iscsi/
Dbe_main.c734 unsigned int mcc_events, io_events; in be_isr() local
754 io_events = 0; in be_isr()
762 io_events++; in be_isr()
767 if (!io_events && !mcc_events) in be_isr()
777 if (io_events) in be_isr()
779 hwi_ring_eq_db(phba, eq->id, 0, (io_events + mcc_events), rearm, 1); in be_isr()
2031 unsigned int ret, io_events; in be_iopoll() local
2044 io_events = 0; in be_iopoll()
2052 io_events++; in be_iopoll()
2054 hwi_ring_eq_db(phba, eq->id, 1, io_events, 0, 1); in be_iopoll()
/Linux-v5.15/fs/
Daio.c69 struct io_event io_events[]; member