1 // SPDX-License-Identifier: GPL-2.0+
3 * xarray.c: Userspace shim for XArray test-suite
4 * Copyright (c) 2018 Matthew Wilcox <willy@infradead.org>
7 #include "xarray-shared.h"
11 #include "../../../lib/test_xarray.c"
13 void xarray_tests(void)
21 rcu_register_thread();
24 radix_tree_cpu_dead(1);
27 printf("nr_allocated = %d\n", nr_allocated
);
28 rcu_unregister_thread();