Searched refs:taskin (Results 1 – 2 of 2) sorted by relevance
/drivers/ide/ |
D | ide-taskfile.c | 478 unsigned int taskin = 0; in ide_taskfile_ioctl() local 488 taskin = req_task->in_size; in ide_taskfile_ioctl() 490 if (taskin > 65536 || taskout > 65536) { in ide_taskfile_ioctl() 508 if (taskin) { in ide_taskfile_ioctl() 510 inbuf = kzalloc(taskin, GFP_KERNEL); in ide_taskfile_ioctl() 515 if (copy_from_user(inbuf, buf + intotal, taskin)) { in ide_taskfile_ioctl() 613 nsect = taskin / SECTOR_SIZE; in ide_taskfile_ioctl() 660 if (taskin) { in ide_taskfile_ioctl() 662 if (copy_to_user(buf + intotal, inbuf, taskin)) { in ide_taskfile_ioctl()
|
/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2022 unsigned int taskin = 0; in exec_drive_taskfile() local 2033 taskin = req_task->in_size; in exec_drive_taskfile() 2035 if (taskin > 130560 || taskout > 130560) { in exec_drive_taskfile() 2061 if (taskin) { in exec_drive_taskfile() 2062 inbuf = kzalloc(taskin, GFP_KERNEL); in exec_drive_taskfile() 2068 if (copy_from_user(inbuf, buf + intotal, taskin)) { in exec_drive_taskfile() 2074 taskin, DMA_FROM_DEVICE); in exec_drive_taskfile() 2129 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile() 2196 taskin, DMA_FROM_DEVICE); in exec_drive_taskfile() 2238 if (taskin) { in exec_drive_taskfile() [all …]
|