Lines Matching refs:value
60 int value; member
74 .key_offset = offsetof(struct test_obj, value),
114 if (array[i / 2].value == TEST_INSERT_FAIL) in test_rht_lookup()
127 if (obj->value != i) { in test_rht_lookup()
129 obj->value, i); in test_rht_lookup()
198 obj->value = i * 2; in test_rhashtable()
221 if (array[i].value != TEST_INSERT_FAIL) { in test_rhashtable()
248 if (obj && (tdata->objs[i].value == TEST_INSERT_FAIL)) { in thread_lookup_test()
251 } else if (!obj && (tdata->objs[i].value != TEST_INSERT_FAIL)) { in thread_lookup_test()
254 } else if (obj && (obj->value != key)) { in thread_lookup_test()
256 obj->value, key); in thread_lookup_test()
275 tdata->objs[i].value = (tdata->id << 16) | i; in threadfunc()
298 if (tdata->objs[i].value == TEST_INSERT_FAIL) in threadfunc()
307 tdata->objs[i].value = TEST_INSERT_FAIL; in threadfunc()