Searched refs:alloc_stat (Results 1 – 1 of 1) sorted by relevance
30 struct alloc_stat;31 typedef int (*sort_fn_t)(struct alloc_stat *, struct alloc_stat *);41 struct alloc_stat { struct67 struct alloc_stat *data = NULL; in insert_alloc_stat() argument71 data = rb_entry(*node, struct alloc_stat, node); in insert_alloc_stat()110 struct alloc_stat *data = NULL; in insert_caller_stat()114 data = rb_entry(*node, struct alloc_stat, node); in insert_caller_stat()182 static int ptr_cmp(struct alloc_stat *, struct alloc_stat *);183 static int callsite_cmp(struct alloc_stat *, struct alloc_stat *);185 static struct alloc_stat *search_alloc_stat(unsigned long ptr, in search_alloc_stat()[all …]