Searched refs:insert_retry (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/lib/ |
D | test_rhashtable.c | 115 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() function 226 err = insert_retry(ht, obj, test_rht_params); in test_rhashtable() 463 err = insert_retry(&ht, obj, test_rht_params); in test_rhashtable_max() 470 err = insert_retry(&ht, &array[ht.max_elems], test_rht_params); in test_rhashtable_max() 646 err = insert_retry(&ht, &tdata->objs[i], test_rht_params); in threadfunc()
|