Lines Matching defs:alloc_stat
50 struct alloc_stat;
61 struct alloc_stat {
92 struct alloc_stat *data = NULL;
96 data = rb_entry(*node, struct alloc_stat, node);
137 struct alloc_stat *data = NULL;
141 data = rb_entry(*node, struct alloc_stat, node);
221 static struct alloc_stat *search_alloc_stat(unsigned long ptr,
227 struct alloc_stat key = { .ptr = ptr, .call_site = call_site };
230 struct alloc_stat *data;
233 data = rb_entry(node, struct alloc_stat, node);
249 struct alloc_stat *s_alloc, *s_caller;
1014 struct alloc_stat *data = rb_entry(next, struct alloc_stat,
1263 static void sort_slab_insert(struct rb_root *root, struct alloc_stat *data,
1271 struct alloc_stat *this;
1274 this = rb_entry(*new, struct alloc_stat, node);
1297 struct alloc_stat *data;
1305 data = rb_entry(node, struct alloc_stat, node);
1426 struct alloc_stat *l = a;
1427 struct alloc_stat *r = b;
1443 struct alloc_stat *l = a;
1444 struct alloc_stat *r = b;
1460 struct alloc_stat *l = a;
1461 struct alloc_stat *r = b;
1477 struct alloc_stat *l = a;
1478 struct alloc_stat *r = b;
1495 struct alloc_stat *l = a;
1496 struct alloc_stat *r = b;
1515 struct alloc_stat *l = a;
1516 struct alloc_stat *r = b;