test_obj
static int insert_retry(struct rhashtable *ht, struct test_obj *obj,
static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array,
struct test_obj *obj;
static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array,
struct test_obj *obj;
struct test_obj *obj = &array[i];
static int __init test_rhashtable_max(struct test_obj *array,
struct test_obj *obj = &array[i];
struct test_obj *obj;
struct test_obj *objs;
objs = vzalloc(array_size(sizeof(struct test_obj),
memset(objs, 0, test_rht_params.max_size * sizeof(struct test_obj));
objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries));
struct test_obj *objs;
const struct test_obj_rhl *test_obj = obj;
return test_obj->value.id - val->id;
.head_offset = offsetof(struct test_obj, node),
.key_offset = offsetof(struct test_obj, value),