Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Didr.h341 #define ida_simple_get(ida, start, end, gfp) \ macro
/linux-6.15/tools/testing/radix-tree/
H A Didr-test.c508 assert(ida_simple_get(&ida, 0, 20000, GFP_KERNEL) == i); in ida_simple_get_remove_test()
510 assert(ida_simple_get(&ida, 5, 30, GFP_KERNEL) < 0); in ida_simple_get_remove_test()