Home
last modified time | relevance | path

Searched refs:hset_idx (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/lib/trusty/
Ductx.c758 int h_idx, hset_idx; in _hset_ctrl_locked() local
763 hset_idx = _check_handle_id(ctx, hset_id); in _hset_ctrl_locked()
764 if (hset_idx < 0) in _hset_ctrl_locked()
765 return hset_idx; in _hset_ctrl_locked()
773 ret = _hset_add_item(ctx->htbl[hset_idx].handle, &ctx->htbl[h_idx], in _hset_ctrl_locked()
778 ret = _hset_del_item(ctx->htbl[hset_idx].handle, &ctx->htbl[h_idx]); in _hset_ctrl_locked()
782 ret = _hset_mod_item(ctx->htbl[hset_idx].handle, &ctx->htbl[h_idx], in _hset_ctrl_locked()