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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dsjcd.c145 static struct sjcd_stat statistic; variable in typeref:struct:sjcd_stat
1042 printk("SJCD: ioctl: statistic\n");
1046 sizeof(statistic))) == 0)
1047 copy_to_user((void *) arg, &statistic,
1048 sizeof(statistic));
1126 statistic.ticks++;
1127 statistic.tticks[sjcd_transfer_state]++;
1134 statistic.idle_ticks++;
1144 statistic.start_ticks++;
1186 statistic
[all...]

Completed in 78 milliseconds