Searched refs:target_count (Results 1 – 1 of 1) sorted by relevance
626 ipc_table_elems_t target_count) in ipc_entry_grow_table() argument653 if (target_count == ITS_SIZE_NONE) { in ipc_entry_grow_table()656 } else if (target_count <= ocount) { in ipc_entry_grow_table()658 } else if (target_count > ipc_entry_table_count_max()) { in ipc_entry_grow_table()661 uint32_t tsize = ipc_entry_table_count_to_size(target_count); in ipc_entry_grow_table()