Lines Matching refs:test_obj
55 struct test_obj { struct
63 struct test_obj *objs; argument
66 static struct test_obj array[MAX_ENTRIES];
69 .head_offset = offsetof(struct test_obj, node),
70 .key_offset = offsetof(struct test_obj, value),
84 struct test_obj *obj; in test_rht_lookup()
158 struct test_obj *obj; in test_rhashtable()
170 struct test_obj *obj = &array[i]; in test_rhashtable()
224 struct test_obj *obj; in thread_lookup_test()
309 struct test_obj *objs; in test_rht_init()
354 objs = vzalloc(tcount * entries * sizeof(struct test_obj)); in test_rht_init()