Searched refs:io_sync (Results 1 - 2 of 2) sorted by relevance

/linux-master/io_uring/
H A Dsync.c17 struct io_sync { struct
27 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync);
42 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync);
55 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync);
72 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync);
87 struct io_sync *syn
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dgpio.c33 void __iomem *io_sync; member in struct:gpiomtd
61 if (gpiomtd->io_sync) {
67 tmp = readl(gpiomtd->io_sync);
309 gpiomtd->io_sync = devm_ioremap_resource(dev, res);
310 if (IS_ERR(gpiomtd->io_sync))
311 return PTR_ERR(gpiomtd->io_sync);

Completed in 108 milliseconds