Home
last modified time | relevance | path

Searched refs:user_icount (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/
H A Dsynclink_gt.c450 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
2507 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() argument
2510 if (!user_icount) { in get_stats()
2513 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats()