Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-io.c414 struct sync_io { struct
421 struct sync_io *sio = context; in sync_io_complete() argument
427 static int sync_io(struct dm_io_client *client, unsigned int num_regions, in sync_io() function
432 struct sync_io sio; in sync_io()
537 return sync_io(io_req->client, num_regions, where, in dm_io()
H A Dmd.h611 atomic_add(nr_sectors, &bdev->bd_disk->sync_io); in md_sync_acct()
H A Dmd.c8558 atomic_read(&disk->sync_io); in is_mddev_idle()
/openbmc/linux/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl433 my $sync_io = 0;
438 $sync_io = 1;
440 if ($sync_io) {
/openbmc/linux/include/linux/
H A Dblkdev.h171 atomic_t sync_io; /* RAID */ member