dn_ht_find
void *dn_ht_find(struct dn_ht *, uintptr_t, int, void *);
fs = dn_ht_find(V_dn_cfg.fshash, fs_id, 0, NULL);
return dn_ht_find(V_dn_cfg.schedhash, i, 0, NULL);
fs = dn_ht_find(V_dn_cfg.fshash, ep->nr, 0, NULL);
fs = dn_ht_find(V_dn_cfg.fshash, i, flags, NULL);
s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_INSERT, &a);
s = dn_ht_find(V_dn_cfg.schedhash, i, 0, &a);
dn_ht_find(V_dn_cfg.schedhash, i, DNHT_REMOVE, NULL);
s->fs = dn_ht_find(V_dn_cfg.fshash, i, 0, NULL);
if (dn_ht_find(V_dn_cfg.schedhash, i, 0, &a) != NULL) {
return dn_ht_find(fs->qht, (uintptr_t)&masked_id,
return dn_ht_find(s->siht, (uintptr_t)&id_t,
fs = dn_ht_find(V_dn_cfg.fshash, i, DNHT_REMOVE, NULL);
s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_REMOVE, NULL);
dn_ht_find(h, (uintptr_t)y, DNHT_INSERT | DNHT_KEY_IS_OBJ, NULL);
dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL));
dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL));
dn_ht_find(h, x1, DNHT_REMOVE, NULL));
dn_ht_find(h, x1, DNHT_REMOVE, NULL));
dn_ht_find(h, (uintptr_t)*p, DNHT_INSERT, NULL);