Lines Matching defs:__args
1661 struct nouveau_uvmm_bind_job_args *__args)
1674 for (i = 0; i < __args->op.count; i++) {
1675 ret = bind_job_op_from_uop(&op, &__args->op.s[i]);
1684 args.file_priv = __args->file_priv;
1686 args.sched = __args->sched;
1689 args.in_sync.count = __args->in_sync.count;
1690 args.in_sync.s = __args->in_sync.s;
1692 args.out_sync.count = __args->out_sync.count;
1693 args.out_sync.s = __args->out_sync.s;
1695 args.sync = !(__args->flags & DRM_NOUVEAU_VM_BIND_RUN_ASYNC);