Searched refs:dispatch_io (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-io.c | 390 static void dispatch_io(int op, int op_flags, unsigned int num_regions, in dispatch_io() function 448 atomic_set(&io->count, 1); /* see dispatch_io() */ in sync_io() 456 dispatch_io(op, op_flags, num_regions, where, dp, io, 1); in sync_io() 480 atomic_set(&io->count, 1); /* see dispatch_io() */ in async_io() 488 dispatch_io(op, op_flags, num_regions, where, dp, io, 0); in async_io()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-io.c | 385 static void dispatch_io(blk_opf_t opf, unsigned int num_regions, in dispatch_io() function 443 atomic_set(&io->count, 1); /* see dispatch_io() */ in sync_io() 451 dispatch_io(opf, num_regions, where, dp, io, 1, ioprio); in sync_io() 476 atomic_set(&io->count, 1); /* see dispatch_io() */ in async_io() 484 dispatch_io(opf, num_regions, where, dp, io, 0, ioprio); in async_io()
|
Completed in 3 milliseconds