Searched refs:node_size (Results 1 – 2 of 2) sorted by relevance
33 const size_t node_size = sizeof(struct tee_fs_htree_node_image); in test_get_offs_size() local34 const size_t block_nodes = TEST_BLOCK_SIZE / (node_size * 2); in test_get_offs_size()77 2 * node_size * (idx % block_nodes) + in test_get_offs_size()78 node_size * vers; in test_get_offs_size()79 *size = node_size; in test_get_offs_size()
135 const size_t node_size = sizeof(struct tee_fs_htree_node_image); in get_offs_size() local136 const size_t block_nodes = BLOCK_SIZE / (node_size * 2); in get_offs_size()200 2 * node_size * (idx % block_nodes) + in get_offs_size()201 node_size * vers; in get_offs_size()202 *size = node_size; in get_offs_size()
Completed in 5 milliseconds