Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_entry.c92 ipc_entry_table_count_max(void) in ipc_entry_table_count_max() function
328 if (index > ipc_entry_table_count_max()) { in ipc_entry_alloc_name()
609 } else if (target_count > ipc_entry_table_count_max()) { in ipc_entry_grow_table()
H A Dipc_entry.h230 extern unsigned int ipc_entry_table_count_max(void) __pure2;
/xnu-11215.1.10/bsd/kern/
H A Dsys_generic.c3122 extern unsigned int ipc_entry_table_count_max(void);
3128 int old_value = ipc_entry_table_count_max();