Lines Matching defs:outtotal
1707 int outtotal)
1724 int intotal = outtotal + req_task->out_size;
1734 outbuf = memdup_user(buf + outtotal, taskout);
1913 if (copy_to_user(buf + outtotal, outbuf, taskout)) {
2013 int ret, outtotal;
2019 outtotal = sizeof(req_task);
2022 &req_task, outtotal);
3262 int compat_tasksize, outtotal, ret;
3280 outtotal = sizeof(struct mtip_compat_ide_task_request_s);
3283 &req_task, outtotal);