Searched refs:taskout (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/ide/ |
H A D | ide-taskfile.c | 479 unsigned int taskout = 0; ide_taskfile_ioctl() local 487 taskout = req_task->out_size; ide_taskfile_ioctl() 490 if (taskin > 65536 || taskout > 65536) { ide_taskfile_ioctl() 495 if (taskout) { ide_taskfile_ioctl() 497 outbuf = kzalloc(taskout, GFP_KERNEL); ide_taskfile_ioctl() 502 if (copy_from_user(outbuf, buf + outtotal, taskout)) { ide_taskfile_ioctl() 509 int intotal = tasksize + taskout; ide_taskfile_ioctl() 595 nsect = taskout / SECTOR_SIZE; ide_taskfile_ioctl() 653 if (taskout) { ide_taskfile_ioctl() 655 if (copy_to_user(buf + outtotal, outbuf, taskout)) { ide_taskfile_ioctl() 661 int intotal = tasksize + taskout; ide_taskfile_ioctl()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 2026 unsigned int taskout = 0; exec_drive_taskfile() local 2035 taskout = req_task->out_size; exec_drive_taskfile() 2038 if (taskin > 130560 || taskout > 130560) { exec_drive_taskfile() 2043 if (taskout) { exec_drive_taskfile() 2044 outbuf = kzalloc(taskout, GFP_KERNEL); exec_drive_taskfile() 2049 if (copy_from_user(outbuf, buf + outtotal, taskout)) { exec_drive_taskfile() 2055 taskout, exec_drive_taskfile() 2088 nsect = taskout / ATA_SECT_SIZE; exec_drive_taskfile() 2132 if ((taskin || taskout) && (!fis.sect_count)) { exec_drive_taskfile() 2202 taskout, DMA_TO_DEVICE); exec_drive_taskfile() 2235 if (taskout) { exec_drive_taskfile() 2236 if (copy_to_user(buf + outtotal, outbuf, taskout)) { exec_drive_taskfile() 2253 taskout, DMA_TO_DEVICE); exec_drive_taskfile()
|
Completed in 210 milliseconds