Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/radix-tree/
Didr-test.c299 void idr_find_test_1(int anchor_id, int throbber_id) in idr_find_test_1() argument
306 BUG_ON(idr_alloc(&find_idr, xa_mk_value(anchor_id), anchor_id, in idr_find_test_1()
307 anchor_id + 1, GFP_KERNEL) != anchor_id); in idr_find_test_1()
317 idr_remove(&find_idr, anchor_id); in idr_find_test_1()