Searched refs:user_icount (Results 1 – 1 of 1) sorted by relevance
449 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);2506 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() argument2509 if (!user_icount) { in get_stats()2512 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats()