Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dtest_parman.c79 struct test_parman_item **prio_array; member
95 struct test_parman_item **prio_array; in test_parman_resize() local
98 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() local
119 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 …]

Completed in 4 milliseconds