Lines Matching refs: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;
1021 struct alloc_stat *data = rb_entry(next, struct alloc_stat,
1270 static void sort_slab_insert(struct rb_root *root, struct alloc_stat *data,
1278 struct alloc_stat *this;
1281 this = rb_entry(*new, struct alloc_stat, node);
1304 struct alloc_stat *data;
1312 data = rb_entry(node, struct alloc_stat, node);
1433 struct alloc_stat *l = a;
1434 struct alloc_stat *r = b;
1450 struct alloc_stat *l = a;
1451 struct alloc_stat *r = b;
1467 struct alloc_stat *l = a;
1468 struct alloc_stat *r = b;
1484 struct alloc_stat *l = a;
1485 struct alloc_stat *r = b;
1502 struct alloc_stat *l = a;
1503 struct alloc_stat *r = b;
1522 struct alloc_stat *l = a;
1523 struct alloc_stat *r = b;