Lines Matching refs:STATS_SECT_ENTRY32
56 #define STATS_SECT_EC(N, _) STATS_SECT_ENTRY32(erase_cycles_unit##N)
59 #define STATS_SECT_DIRTYR(N, _) STATS_SECT_ENTRY32(dirty_read_unit##N)
82 STATS_SECT_ENTRY32(bytes_read) /* total bytes read */
83 STATS_SECT_ENTRY32(bytes_written) /* total bytes written */
84 STATS_SECT_ENTRY32(double_writes) /* num. of writes to non-erased units */
85 STATS_SECT_ENTRY32(flash_read_calls) /* calls to flash_read() */
86 STATS_SECT_ENTRY32(flash_read_time_us) /* time spent in flash_read() */
87 STATS_SECT_ENTRY32(flash_write_calls) /* calls to flash_write() */
88 STATS_SECT_ENTRY32(flash_write_time_us) /* time spent in flash_write() */
89 STATS_SECT_ENTRY32(flash_erase_calls) /* calls to flash_erase() */
90 STATS_SECT_ENTRY32(flash_erase_time_us) /* time spent in flash_erase() */
115 STATS_SECT_ENTRY32(max_write_calls)
116 STATS_SECT_ENTRY32(max_erase_calls)
117 STATS_SECT_ENTRY32(max_len)