test_obj           76 lib/test_rhashtable.c 	struct test_obj *objs;
test_obj           88 lib/test_rhashtable.c 	const struct test_obj_rhl *test_obj = obj;
test_obj           91 lib/test_rhashtable.c 	return test_obj->value.id - val->id;
test_obj           95 lib/test_rhashtable.c 	.head_offset = offsetof(struct test_obj, node),
test_obj           96 lib/test_rhashtable.c 	.key_offset = offsetof(struct test_obj, value),
test_obj          115 lib/test_rhashtable.c static int insert_retry(struct rhashtable *ht, struct test_obj *obj,
test_obj          137 lib/test_rhashtable.c static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array,
test_obj          143 lib/test_rhashtable.c 		struct test_obj *obj;
test_obj          208 lib/test_rhashtable.c static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array,
test_obj          211 lib/test_rhashtable.c 	struct test_obj *obj;
test_obj          223 lib/test_rhashtable.c 		struct test_obj *obj = &array[i];
test_obj          448 lib/test_rhashtable.c static int __init test_rhashtable_max(struct test_obj *array,
test_obj          460 lib/test_rhashtable.c 		struct test_obj *obj = &array[i];
test_obj          607 lib/test_rhashtable.c 		struct test_obj *obj;
test_obj          702 lib/test_rhashtable.c 	struct test_obj *objs;
test_obj          713 lib/test_rhashtable.c 	objs = vzalloc(array_size(sizeof(struct test_obj),
test_obj          725 lib/test_rhashtable.c 		memset(objs, 0, test_rht_params.max_size * sizeof(struct test_obj));
test_obj          764 lib/test_rhashtable.c 	objs  = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries));