Searched refs:sync (Results 1 – 8 of 8) sorted by relevance
122 if (disk->ops->sync) in blk_control()128 err = disk->ops->sync(disk); in blk_control()358 if (disk->ops->sync) in rt_hw_blk_disk_unregister()360 err = disk->ops->sync(disk); in rt_hw_blk_disk_unregister()
83 uint32_t sync; /* see FB_SYNC_* */ member
69 rt_err_t (*sync)(struct rt_blk_disk *disk); member
180 .sync = scsi_sd_sync,
317 int cpu_id, rt_bool_t sync) in its_cmd_submit_nomap() argument337 if (sync) in its_cmd_submit_nomap()358 struct its_map *map, rt_bool_t sync) in its_cmd_submit() argument360 return its_cmd_submit_nomap(its, cmd, map->cpu_id, sync); in its_cmd_submit()
644 .sync = nvme_blk_sync,
194 * Cleanup TCPIP thread sync methods in a way that it is possibe to use them
447 * Cleanup TCPIP thread sync methods in a way that it is possibe to use them
Completed in 19 milliseconds