Searched refs:root_alloc_stat (Results 1 – 1 of 1) sorted by relevance
76 static struct rb_root root_alloc_stat;91 struct rb_node **node = &root_alloc_stat.rb_node; in insert_alloc_stat() 124 rb_insert_color(&data->node, &root_alloc_stat); in insert_alloc_stat() 252 s_alloc = search_alloc_stat(ptr, 0, &root_alloc_stat, ptr_cmp); in evsel__process_free_event() 1383 __sort_slab_result(&root_alloc_stat, &root_alloc_sorted, in __cmd_kmem() 75 static struct rb_root root_alloc_stat; global() variable