Lines Matching defs:mt

19 #define mt_dump(mt, fmt)		do {} while (0)  argument
20 #define mt_validate(mt) do {} while (0) argument
63 static int __init mtree_insert_index(struct maple_tree *mt, in mtree_insert_index()
69 static void __init mtree_erase_index(struct maple_tree *mt, unsigned long index) in mtree_erase_index()
75 static int __init mtree_test_insert(struct maple_tree *mt, unsigned long index, in mtree_test_insert()
81 static int __init mtree_test_store_range(struct maple_tree *mt, in mtree_test_store_range()
87 static int __init mtree_test_store(struct maple_tree *mt, unsigned long start, in mtree_test_store()
93 static int __init mtree_test_insert_range(struct maple_tree *mt, in mtree_test_insert_range()
99 static void __init *mtree_test_load(struct maple_tree *mt, unsigned long index) in mtree_test_load()
104 static void __init *mtree_test_erase(struct maple_tree *mt, unsigned long index) in mtree_test_erase()
110 static noinline void __init check_mtree_alloc_range(struct maple_tree *mt, in check_mtree_alloc_range()
127 static noinline void __init check_mtree_alloc_rrange(struct maple_tree *mt, in check_mtree_alloc_rrange()
145 static noinline void __init check_load(struct maple_tree *mt, in check_load()
155 static noinline void __init check_store_range(struct maple_tree *mt, in check_store_range()
171 static noinline void __init check_insert_range(struct maple_tree *mt, in check_insert_range()
187 static noinline void __init check_insert(struct maple_tree *mt, in check_insert()
196 static noinline void __init check_dup_insert(struct maple_tree *mt, in check_dup_insert()
206 static noinline void __init check_index_load(struct maple_tree *mt, in check_index_load()
227 static noinline void __init check_rev_seq(struct maple_tree *mt, in check_rev_seq()
260 static noinline void __init check_seq(struct maple_tree *mt, unsigned long max, in check_seq()
289 static noinline void __init check_lb_not_empty(struct maple_tree *mt) in check_lb_not_empty()
308 static noinline void __init check_lower_bound_split(struct maple_tree *mt) in check_lower_bound_split()
314 static noinline void __init check_upper_bound_split(struct maple_tree *mt) in check_upper_bound_split()
339 static noinline void __init check_mid_split(struct maple_tree *mt) in check_mid_split()
348 static noinline void __init check_rev_find(struct maple_tree *mt) in check_rev_find()
387 static noinline void __init check_find(struct maple_tree *mt) in check_find()
604 static noinline void __init check_find_2(struct maple_tree *mt) in check_find_2()
649 static noinline void __init check_alloc_rev_range(struct maple_tree *mt) in check_alloc_rev_range()
823 static noinline void __init check_alloc_range(struct maple_tree *mt) in check_alloc_range()
989 static noinline void __init check_ranges(struct maple_tree *mt) in check_ranges()
1322 static noinline void __init check_next_entry(struct maple_tree *mt) in check_next_entry()
1346 static noinline void __init check_prev_entry(struct maple_tree *mt) in check_prev_entry()
1390 static noinline void __init check_store_null(struct maple_tree *mt) in check_store_null()
1476 static noinline void __init check_root_expand(struct maple_tree *mt) in check_root_expand()
1566 static noinline void __init check_deficient_node(struct maple_tree *mt) in check_deficient_node()
1590 static noinline void __init check_gap_combining(struct maple_tree *mt) in check_gap_combining()
1787 static noinline void __init check_node_overwrite(struct maple_tree *mt) in check_node_overwrite()
1800 static noinline void __init bench_slot_store(struct maple_tree *mt) in bench_slot_store()
1816 static noinline void __init bench_node_store(struct maple_tree *mt) in bench_node_store()
1835 static noinline void __init bench_awalk(struct maple_tree *mt) in bench_awalk()
1852 static noinline void __init bench_walk(struct maple_tree *mt) in bench_walk()
1869 static noinline void __init bench_load(struct maple_tree *mt) in bench_load()
1882 static noinline void __init bench_mt_for_each(struct maple_tree *mt) in bench_mt_for_each()
1906 static noinline void __init bench_mas_for_each(struct maple_tree *mt) in bench_mas_for_each()
1936 static noinline void __init bench_mas_prev(struct maple_tree *mt) in bench_mas_prev()
1968 struct maple_tree mt, newmt; in check_forking() local
2010 static noinline void __init check_iteration(struct maple_tree *mt) in check_iteration()
2077 static noinline void __init check_mas_store_gfp(struct maple_tree *mt) in check_mas_store_gfp()
2112 struct maple_tree mt, newmt; in bench_forking() local
2158 static noinline void __init next_prev_test(struct maple_tree *mt) in next_prev_test()
2340 static noinline void __init check_spanning_relatives(struct maple_tree *mt) in check_spanning_relatives()
2353 static noinline void __init check_fuzzer(struct maple_tree *mt) in check_fuzzer()
2750 static noinline void __init check_dup_gaps(struct maple_tree *mt, in check_dup_gaps()
2794 static noinline void __init check_dup(struct maple_tree *mt) in check_dup()
2882 static noinline void __init check_bnode_min_spanning(struct maple_tree *mt) in check_bnode_min_spanning()
2901 static noinline void __init check_empty_area_window(struct maple_tree *mt) in check_empty_area_window()
2986 static noinline void __init check_empty_area_fill(struct maple_tree *mt) in check_empty_area_fill()
3174 static noinline void __init check_state_handling(struct maple_tree *mt) in check_state_handling()
3712 static noinline void __init alloc_cyclic_testing(struct maple_tree *mt) in alloc_cyclic_testing()