Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dfs_htree.c296 if (node->id > ht->imeta.max_node_id) in get_node()
297 ht->imeta.max_node_id = node->id; in get_node()
381 while (node_id <= ht->imeta.max_node_id) { in init_tree_from_data()
972 while (node_id < ht->imeta.max_node_id) { in tee_fs_htree_truncate()
973 node = find_closest_node(ht, ht->imeta.max_node_id); in tee_fs_htree_truncate()
974 assert(node && node->id == ht->imeta.max_node_id); in tee_fs_htree_truncate()
980 ht->imeta.max_node_id--; in tee_fs_htree_truncate()
/optee_os/core/include/tee/
H A Dfs_htree.h48 uint32_t max_node_id; member