Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_entry.c577 ipc_table_elems_t target_count) in ipc_entry_grow_table() argument
604 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()