Lines Matching refs:user_args
410 __u32 __user *user_args = argp; in ntsync_sem_release() local
434 if (!ret && put_user(prev_count, user_args)) in ntsync_sem_release()
458 struct ntsync_mutex_args __user *user_args = argp; in ntsync_mutex_unlock() local
485 if (!ret && put_user(prev_count, &user_args->count)) in ntsync_mutex_unlock()
588 struct ntsync_sem_args __user *user_args = argp; in ntsync_sem_read() local
603 if (copy_to_user(user_args, &args, sizeof(args))) in ntsync_sem_read()
610 struct ntsync_mutex_args __user *user_args = argp; in ntsync_mutex_read() local
627 if (copy_to_user(user_args, &args, sizeof(args))) in ntsync_mutex_read()
634 struct ntsync_event_args __user *user_args = argp; in ntsync_event_read() local
649 if (copy_to_user(user_args, &args, sizeof(args))) in ntsync_event_read()
1022 struct ntsync_wait_args __user *user_args = argp; in ntsync_wait_any() local
1027 if (put_user(signaled, &user_args->index)) in ntsync_wait_any()
1138 struct ntsync_wait_args __user *user_args = argp; in ntsync_wait_all() local
1143 if (put_user(signaled, &user_args->index)) in ntsync_wait_all()