Searched refs:mtree_test_insert (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/ |
D | test_maple_tree.c | 45 static int mtree_test_insert(struct maple_tree *mt, unsigned long index, in mtree_test_insert() function 162 ret = mtree_test_insert(mt, index, ptr); in check_insert() 171 ret = mtree_test_insert(mt, index, ptr); in check_dup_insert() 1983 mtree_test_insert(mt, 88, (void *)0xb1); in check_fuzzer() 1984 mtree_test_insert(mt, 84, (void *)0xa9); in check_fuzzer() 1985 mtree_test_insert(mt, 2, (void *)0x5); in check_fuzzer() 1986 mtree_test_insert(mt, 4, (void *)0x9); in check_fuzzer() 1987 mtree_test_insert(mt, 14, (void *)0x1d); in check_fuzzer() 1988 mtree_test_insert(mt, 7, (void *)0xf); in check_fuzzer() 1989 mtree_test_insert(mt, 12, (void *)0x19); in check_fuzzer() [all …]
|