Searched refs:ida_simple_get (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/misc/ |
| A D | rpmb-core.c | 179 ret = ida_simple_get(&rpmb_ida, 0, 0, GFP_KERNEL); in rpmb_dev_register()
|
| /linux/include/linux/ |
| A D | idr.h | 323 #define ida_simple_get(ida, start, end, gfp) \ macro
|
| /linux/tools/testing/radix-tree/ |
| A D | idr-test.c | 508 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()
|
Completed in 8 milliseconds