Searched refs:ITEM_PTRS_SIZE (Results 1 – 1 of 1) sorted by relevance
90 #define ITEM_PTRS_SIZE(count) (sizeof(struct test_parman_item *) * (count)) macro99 ITEM_PTRS_SIZE(new_count), GFP_KERNEL); in test_parman_resize()107 ITEM_PTRS_SIZE(new_count - old_count)); in test_parman_resize()120 ITEM_PTRS_SIZE(count)); in test_parman_move()121 memset(&prio_array[from_index], 0, ITEM_PTRS_SIZE(count)); in test_parman_move()
Completed in 6 milliseconds