Searched refs:prio_array (Results 1 – 1 of 1) sorted by relevance
79 struct test_parman_item **prio_array; member95 struct test_parman_item **prio_array; in test_parman_resize() local98 prio_array = krealloc(test_parman->prio_array, in test_parman_resize()102 if (!prio_array) in test_parman_resize()106 memset(&prio_array[old_count], 0, in test_parman_resize()108 test_parman->prio_array = prio_array; in test_parman_resize()117 struct test_parman_item **prio_array = test_parman->prio_array; in test_parman_move() local119 memmove(&prio_array[to_index], &prio_array[from_index], in test_parman_move()121 memset(&prio_array[from_index], 0, ITEM_PTRS_SIZE(count)); in test_parman_move()286 test_parman->prio_array[item->parman_item.index] = item; in test_parman_run()[all …]