Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mmc_test_transfer_result Struct Reference

Data Fields

struct list_head link
 
unsigned int count
 
unsigned int sectors
 
struct timespec ts
 
unsigned int rate
 
unsigned int iops
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: