Searched refs:item_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | test.c | 55 void item_free(struct item *item, unsigned long index) in item_free() function 68 item_free(item, index); in item_delete() 262 item_free(entry, xas.xa_index); in item_kill_tree()
|
H A D | test.h | 16 void item_free(struct item *item, unsigned long index);
|
H A D | iteration_check.c | 145 item_free(item, pgoff); in remove_entries_fn()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | test.c | 55 void item_free(struct item *item, unsigned long index) in item_free() function 68 item_free(item, index); in item_delete() 262 item_free(entry, xas.xa_index); in item_kill_tree()
|
H A D | test.h | 16 void item_free(struct item *item, unsigned long index);
|
H A D | iteration_check.c | 145 item_free(item, pgoff); in remove_entries_fn()
|
Completed in 4 milliseconds