buf = debug_data->stats_data;
+ n += snprintf(&buf[n], PAGE_SIZE - n,
+ "StatisticsType = %d\t", p->StatisticsType);
+ n += snprintf(&buf[n], PAGE_SIZE - n,
+ "FullSize = %d\n", p->FullSize);
+
n += snprintf(&buf[n], PAGE_SIZE - n,
"IsRfLocked = %d\t\t", p->IsRfLocked);
n += snprintf(&buf[n], PAGE_SIZE - n,
buf = debug_data->stats_data;
+ n += snprintf(&buf[n], PAGE_SIZE - n,
+ "StatisticsType = %d\t", p->StatisticsType);
+ n += snprintf(&buf[n], PAGE_SIZE - n,
+ "FullSize = %d\n", p->FullSize);
+
n += snprintf(&buf[n], PAGE_SIZE - n,
"IsRfLocked = %d\t\t", p->IsRfLocked);
n += snprintf(&buf[n], PAGE_SIZE - n,