Lines Matching defs:test_parman

77 struct test_parman {  struct
79 struct test_parman_item **prio_array; argument
81 struct test_parman_prio prios[TEST_PARMAN_PRIO_COUNT]; argument
82 struct test_parman_item items[TEST_PARMAN_ITEM_COUNT]; argument
94 struct test_parman *test_parman = priv; in test_parman_resize() local
116 struct test_parman *test_parman = priv; in test_parman_move() local
132 static void test_parman_rnd_init(struct test_parman *test_parman) in test_parman_rnd_init()
137 static u32 test_parman_rnd_get(struct test_parman *test_parman) in test_parman_rnd_get()
142 static unsigned long test_parman_priority_gen(struct test_parman *test_parman) in test_parman_priority_gen()
163 static void test_parman_prios_init(struct test_parman *test_parman) in test_parman_prios_init()
177 static void test_parman_prios_fini(struct test_parman *test_parman) in test_parman_prios_fini()
188 static void test_parman_items_init(struct test_parman *test_parman) in test_parman_items_init()
202 static void test_parman_items_fini(struct test_parman *test_parman) in test_parman_items_fini()
219 struct test_parman *test_parman; in test_parman_create() local
246 static void test_parman_destroy(struct test_parman *test_parman) in test_parman_destroy()
255 static bool test_parman_run_check_budgets(struct test_parman *test_parman) in test_parman_run_check_budgets()
268 static int test_parman_run(struct test_parman *test_parman) in test_parman_run()
300 static int test_parman_check_array(struct test_parman *test_parman, in test_parman_check_array()
362 struct test_parman *test_parman; in test_parman_lsort() local