Searched refs:id_item (Results 1 – 1 of 1) sorted by relevance
444 table_item_t *id_item = kalloc_type(table_item_t, in exclaves_resource_alloc() local446 id_item->i_key = &resource->r_id; in exclaves_resource_alloc()447 id_item->i_key_len = sizeof(resource->r_id); in exclaves_resource_alloc()448 id_item->i_value = resource; in exclaves_resource_alloc()451 table_put(domain->d_table_id, &id, sizeof(id), id_item); in exclaves_resource_alloc()