Lines Matching defs:outtotal
1695 int outtotal)
1712 int intotal = outtotal + req_task->out_size;
1722 outbuf = memdup_user(buf + outtotal, taskout);
1901 if (copy_to_user(buf + outtotal, outbuf, taskout)) {
2001 int ret, outtotal;
2007 outtotal = sizeof(req_task);
2010 &req_task, outtotal);
3103 int compat_tasksize, outtotal, ret;
3121 outtotal = sizeof(struct mtip_compat_ide_task_request_s);
3124 &req_task, outtotal);