Searched refs:max_bytes (Results 1 – 2 of 2) sorted by relevance
115 u64 max_bytes; member819 if ((u64)ret > c->max_bytes) in pid_end_io_sample()820 c->max_bytes = ret; in pid_end_io_sample()841 if (!sample->err && sample->bytes > c->max_bytes) in pid_end_io_sample()842 c->max_bytes = sample->bytes; in pid_end_io_sample()1162 double h = (double)sample->bytes / c->max_bytes; in draw_io_bars()
518 __s32 max_bytes; member
Completed in 15 milliseconds