Searched refs:insert_retry (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/lib/ |
D | test_rhashtable.c | 118 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() function 234 err = insert_retry(ht, obj, test_rht_params); in test_rhashtable() 471 err = insert_retry(&ht, obj, test_rht_params); in test_rhashtable_max() 478 err = insert_retry(&ht, &array[ht.max_elems], test_rht_params); in test_rhashtable_max() 644 err = insert_retry(&ht, &tdata->objs[i], test_rht_params); in threadfunc()
|