Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_entry.c626 ipc_table_elems_t target_count) in ipc_entry_grow_table() argument
653 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()