Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/kern/
H A Dsys_generic.c3128 extern unsigned int ipc_entry_table_count_max(void);
3134 int old_value = ipc_entry_table_count_max();