Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-io.c432 struct sync_io { struct
439 struct sync_io *sio = context; in sync_io_complete() argument
445 static int sync_io(struct dm_io_client *client, unsigned int num_regions, in sync_io() function
449 struct sync_io sio; in sync_io()
518 return sync_io(io_req->client, num_regions, where, in dm_io()
H A Dmd.h720 atomic_add(nr_sectors, &bdev->bd_disk->sync_io); in md_sync_acct()
H A Dmd.c8590 atomic_read(&disk->sync_io); in is_mddev_idle()
/linux-6.15/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl427 my $sync_io = 0;
432 $sync_io = 1;
434 if ($sync_io) {
/linux-6.15/include/linux/
H A Dblkdev.h185 atomic_t sync_io; /* RAID */ member