Lines Matching defs:alloc_stat
48 struct alloc_stat;
59 struct alloc_stat {
90 struct alloc_stat *data = NULL;
94 data = rb_entry(*node, struct alloc_stat, node);
135 struct alloc_stat *data = NULL;
139 data = rb_entry(*node, struct alloc_stat, node);
208 static struct alloc_stat *search_alloc_stat(unsigned long ptr,
214 struct alloc_stat key = { .ptr = ptr, .call_site = call_site };
217 struct alloc_stat *data;
220 data = rb_entry(node, struct alloc_stat, node);
236 struct alloc_stat *s_alloc, *s_caller;
999 struct alloc_stat *data = rb_entry(next, struct alloc_stat,
1248 static void sort_slab_insert(struct rb_root *root, struct alloc_stat *data,
1256 struct alloc_stat *this;
1259 this = rb_entry(*new, struct alloc_stat, node);
1282 struct alloc_stat *data;
1290 data = rb_entry(node, struct alloc_stat, node);
1411 struct alloc_stat *l = a;
1412 struct alloc_stat *r = b;
1428 struct alloc_stat *l = a;
1429 struct alloc_stat *r = b;
1445 struct alloc_stat *l = a;
1446 struct alloc_stat *r = b;
1462 struct alloc_stat *l = a;
1463 struct alloc_stat *r = b;
1480 struct alloc_stat *l = a;
1481 struct alloc_stat *r = b;
1500 struct alloc_stat *l = a;
1501 struct alloc_stat *r = b;