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

/linux-master/lib/
H A Dtest_parman.c79 struct test_parman_item **prio_array; member in struct:test_parman
95 struct test_parman_item **prio_array; local
98 prio_array = krealloc(test_parman->prio_array,
102 if (!prio_array)
106 memset(&prio_array[old_count], 0,
108 test_parman->prio_array = prio_array;
117 struct test_parman_item **prio_array = test_parman->prio_array; local
[all...]

Completed in 71 milliseconds