Home
last modified time | relevance | path

Searched refs:test_parman (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/lib/
Dtest_parman.c77 struct test_parman { struct
94 struct test_parman *test_parman = priv; in test_parman_resize() argument
98 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() local
117 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() argument
134 prandom_seed_state(&test_parman->rnd, 3141592653589793238ULL); in test_parman_rnd_init()
[all …]
DMakefile92 obj-$(CONFIG_TEST_PARMAN) += test_parman.o
/Linux-v5.10/
DMAINTAINERS13273 F: lib/test_parman.c