Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dtest_parman.c90 #define ITEM_PTRS_SIZE(count) (sizeof(struct test_parman_item *) * (count)) macro
99 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