Searched refs:mgsl_icount (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsynclink.h213 struct mgsl_icount { struct
/linux-master/drivers/tty/
H A Dsynclink_gt.c228 struct mgsl_icount icount;
449 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
1036 struct mgsl_icount cnow; /* kernel counter temps */
1756 struct mgsl_icount *icount = &info->icount;
2506 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount)
2512 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount)))
2651 struct mgsl_icount cprev, cnow;
3027 struct mgsl_icount cprev, cnow;

Completed in 131 milliseconds