Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dtest_parman.c71 struct test_parman_item { struct
79 struct test_parman_item **prio_array; argument
82 struct test_parman_item items[TEST_PARMAN_ITEM_COUNT];
90 #define ITEM_PTRS_SIZE(count) (sizeof(struct test_parman_item *) * (count))
95 struct test_parman_item **prio_array; in test_parman_resize()
117 struct test_parman_item **prio_array = test_parman->prio_array; in test_parman_move()
193 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_init()
207 struct test_parman_item *item = &test_parman->items[i]; in test_parman_items_fini()
275 struct test_parman_item *item = &test_parman->items[item_index]; in test_parman_run()
315 struct test_parman_item *item = test_parman->prio_array[i]; in test_parman_check_array()

Completed in 3 milliseconds