Searched refs:target_count (Results 1 – 1 of 1) sorted by relevance
577 ipc_table_elems_t target_count) in ipc_entry_grow_table() argument604 if (target_count == ITS_SIZE_NONE) { in ipc_entry_grow_table()607 } else if (target_count <= ocount) { in ipc_entry_grow_table()609 } else if (target_count > ipc_entry_table_count_max()) { in ipc_entry_grow_table()612 uint32_t tsize = ipc_entry_table_count_to_size(target_count); in ipc_entry_grow_table()