Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-io.c432 struct sync_io {
439 struct sync_io *sio = context; in sync_io_complete()
445 static int sync_io(struct dm_io_client *client, unsigned int num_regions, in sync_io()
449 struct sync_io sio; in sync_io()
518 return sync_io(io_req->client, num_regions, where, in dm_io()
431 struct sync_io { global() struct
438 waitsync_io sync_io_complete() argument
444 static int sync_io(struct dm_io_client *client, unsigned int num_regions, sync_io() function
/linux/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl427 my $sync_io = 0;
432 $sync_io = 1;
434 if ($sync_io) {
/linux/include/linux/
H A Dblkdev.h185 atomic_t sync_io; /* RAID */ member