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

/linux-master/lib/
H A Dtest_parman.c71 struct test_parman_item { struct
79 struct test_parman_item **prio_array;
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;
117 struct test_parman_item **prio_array = test_parman->prio_array;
193 struct test_parman_item *item = &test_parman->items[i];
207 struct test_parman_item *item = &test_parman->items[i];
275 struct test_parman_item *item = &test_parman->items[item_index];
315 struct test_parman_item *ite
[all...]

Completed in 127 milliseconds