Searched refs:test_parman (Results 1 – 2 of 2) sorted by relevance
77 struct test_parman { struct94 struct test_parman *test_parman = priv; in test_parman_resize() local98 prio_array = krealloc(test_parman->prio_array, in test_parman_resize()104 old_count = test_parman->prio_array_limit; in test_parman_resize()108 test_parman->prio_array = prio_array; in test_parman_resize()109 test_parman->prio_array_limit = new_count; in test_parman_resize()116 struct test_parman *test_parman = priv; in test_parman_move() local117 struct test_parman_item **prio_array = test_parman->prio_array; in test_parman_move()132 static void test_parman_rnd_init(struct test_parman *test_parman) in test_parman_rnd_init() argument134 prandom_seed_state(&test_parman->rnd, 3141592653589793238ULL); in test_parman_rnd_init()[all …]
91 obj-$(CONFIG_TEST_PARMAN) += test_parman.o