Lines Matching refs:bytes_req
45 u64 bytes_req;
120 int bytes_req, int bytes_alloc, int cpu)
140 data->bytes_req += bytes_req;
149 data->bytes_req = bytes_req;
160 int bytes_req, int bytes_alloc)
180 data->bytes_req += bytes_req;
189 data->bytes_req = bytes_req;
206 int bytes_req;
212 bytes_req = raw_field_value(event, "bytes_req", data);
215 insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, cpu);
216 insert_caller_stat(call_site, bytes_req, bytes_alloc);
218 total_requested += bytes_req;
390 (unsigned long long)data->bytes_req,
391 (unsigned long)data->bytes_req / data->hit,
394 fragmentation(data->bytes_req, data->bytes_alloc));
578 x = fragmentation(l->bytes_req, l->bytes_alloc);
579 y = fragmentation(r->bytes_req, r->bytes_alloc);