Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | link |
unsigned int | count |
unsigned int | sectors |
struct timespec | ts |
unsigned int | rate |
unsigned int | iops |
struct mmc_test_transfer_result - transfer results for performance tests. double-linked list : amount of group of sectors to check : amount of sectors to check in one group : time values of transfer : calculated transfer rate : I/O operations per second (times 100)
Definition at line 94 of file mmc_test.c.
unsigned int count |
Definition at line 96 of file mmc_test.c.
unsigned int iops |
Definition at line 100 of file mmc_test.c.
Definition at line 95 of file mmc_test.c.
unsigned int rate |
Definition at line 99 of file mmc_test.c.
unsigned int sectors |
Definition at line 97 of file mmc_test.c.
Definition at line 98 of file mmc_test.c.