Home
last modified time | relevance | path

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

/drivers/tty/
Dsynclink_gt.c449 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() argument
2509 if (!user_icount) { in get_stats()
2512 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats()