Searched refs:sync_io (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/
H A Ddm-io.c414 struct sync_io { struct
421 struct sync_io *sio = context;
427 static int sync_io(struct dm_io_client *client, unsigned int num_regions, function
432 struct sync_io sio;
537 return sync_io(io_req->client, num_regions, where,
H A Dmd.h624 atomic_add(nr_sectors, &bdev->bd_disk->sync_io);
H A Dmd.c8586 atomic_read(&disk->sync_io);
8587 /* sync IO will cause sync_io to increase before the disk_stats
8588 * as sync_io is counted when a request starts, and
8593 * increasing sync_io so curr_events will (eventually)
/linux-master/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl427 my $sync_io = 0;
432 $sync_io = 1;
434 if ($sync_io) {
/linux-master/include/linux/
H A Dblkdev.h177 atomic_t sync_io; /* RAID */ member in struct:gendisk

Completed in 330 milliseconds