Lines Matching defs:mt

19 #define mt_dump(mt, fmt)		do {} while (0)  argument
20 #define mt_validate(mt) do {} while (0) argument
57 static int __init mtree_insert_index(struct maple_tree *mt, in mtree_insert_index()
63 static void __init mtree_erase_index(struct maple_tree *mt, unsigned long index) in mtree_erase_index()
69 static int __init mtree_test_insert(struct maple_tree *mt, unsigned long index, in mtree_test_insert()
75 static int __init mtree_test_store_range(struct maple_tree *mt, in mtree_test_store_range()
81 static int __init mtree_test_store(struct maple_tree *mt, unsigned long start, in mtree_test_store()
87 static int __init mtree_test_insert_range(struct maple_tree *mt, in mtree_test_insert_range()
93 static void __init *mtree_test_load(struct maple_tree *mt, unsigned long index) in mtree_test_load()
98 static void __init *mtree_test_erase(struct maple_tree *mt, unsigned long index) in mtree_test_erase()
104 static noinline void __init check_mtree_alloc_range(struct maple_tree *mt, in check_mtree_alloc_range()
121 static noinline void __init check_mtree_alloc_rrange(struct maple_tree *mt, in check_mtree_alloc_rrange()
139 static noinline void __init check_load(struct maple_tree *mt, in check_load()
149 static noinline void __init check_store_range(struct maple_tree *mt, in check_store_range()
165 static noinline void __init check_insert_range(struct maple_tree *mt, in check_insert_range()
181 static noinline void __init check_insert(struct maple_tree *mt, in check_insert()
190 static noinline void __init check_dup_insert(struct maple_tree *mt, in check_dup_insert()
200 static noinline void __init check_index_load(struct maple_tree *mt, in check_index_load()
221 static noinline void __init check_rev_seq(struct maple_tree *mt, in check_rev_seq()
254 static noinline void __init check_seq(struct maple_tree *mt, unsigned long max, in check_seq()
283 static noinline void __init check_lb_not_empty(struct maple_tree *mt) in check_lb_not_empty()
302 static noinline void __init check_lower_bound_split(struct maple_tree *mt) in check_lower_bound_split()
308 static noinline void __init check_upper_bound_split(struct maple_tree *mt) in check_upper_bound_split()
333 static noinline void __init check_mid_split(struct maple_tree *mt) in check_mid_split()
342 static noinline void __init check_rev_find(struct maple_tree *mt) in check_rev_find()
381 static noinline void __init check_find(struct maple_tree *mt) in check_find()
598 static noinline void __init check_find_2(struct maple_tree *mt) in check_find_2()
643 static noinline void __init check_alloc_rev_range(struct maple_tree *mt) in check_alloc_rev_range()
817 static noinline void __init check_alloc_range(struct maple_tree *mt) in check_alloc_range()
983 static noinline void __init check_ranges(struct maple_tree *mt) in check_ranges()
1316 static noinline void __init check_next_entry(struct maple_tree *mt) in check_next_entry()
1340 static noinline void __init check_prev_entry(struct maple_tree *mt) in check_prev_entry()
1384 static noinline void __init check_root_expand(struct maple_tree *mt) in check_root_expand()
1474 static noinline void __init check_gap_combining(struct maple_tree *mt) in check_gap_combining()
1671 static noinline void __init check_node_overwrite(struct maple_tree *mt) in check_node_overwrite()
1684 static noinline void __init bench_slot_store(struct maple_tree *mt) in bench_slot_store()
1700 static noinline void __init bench_node_store(struct maple_tree *mt) in bench_node_store()
1719 static noinline void __init bench_awalk(struct maple_tree *mt) in bench_awalk()
1736 static noinline void __init bench_walk(struct maple_tree *mt) in bench_walk()
1753 static noinline void __init bench_mt_for_each(struct maple_tree *mt) in bench_mt_for_each()
1777 static noinline void __init bench_mas_for_each(struct maple_tree *mt) in bench_mas_for_each()
1807 static noinline void __init bench_mas_prev(struct maple_tree *mt) in bench_mas_prev()
1837 static noinline void __init check_forking(struct maple_tree *mt) in check_forking()
1880 static noinline void __init check_iteration(struct maple_tree *mt) in check_iteration()
1947 static noinline void __init check_mas_store_gfp(struct maple_tree *mt) in check_mas_store_gfp()
1980 static noinline void __init bench_forking(struct maple_tree *mt) in bench_forking()
2026 static noinline void __init next_prev_test(struct maple_tree *mt) in next_prev_test()
2208 static noinline void __init check_spanning_relatives(struct maple_tree *mt) in check_spanning_relatives()
2221 static noinline void __init check_fuzzer(struct maple_tree *mt) in check_fuzzer()
2618 static noinline void __init check_dup_gaps(struct maple_tree *mt, in check_dup_gaps()
2662 static noinline void __init check_dup(struct maple_tree *mt) in check_dup()
2750 static noinline void __init check_bnode_min_spanning(struct maple_tree *mt) in check_bnode_min_spanning()
2769 static noinline void __init check_empty_area_window(struct maple_tree *mt) in check_empty_area_window()
2854 static noinline void __init check_empty_area_fill(struct maple_tree *mt) in check_empty_area_fill()
3046 static noinline void __init check_state_handling(struct maple_tree *mt) in check_state_handling()