Lines Matching defs:en
262 struct lruhash_entry* en = lruhash_lookup(table, myhash(num), key, 0);
263 testdata_type* data = en? (testdata_type*)en->data : NULL;
264 if(en) {
265 unit_assert(en->key);
266 unit_assert(en->data);
268 if(0) log_info("lookup %d got %d, expect %d", num, en? data->data :-1,
271 if(en) { lock_rw_unlock(&en->lock); }
342 struct lruhash_entry* en = lruhash_lookup(table, myhash(num), key, 0);
343 testdata_type* data = en? (testdata_type*)en->data : NULL;
344 if(en) {
345 unit_assert(en->key);
346 unit_assert(en->data);
348 if(0 && ref) log_info("lookup unlim %d got %d, expect %d", num, en ?
354 if(en) { lock_rw_unlock(&en->lock); }