Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.h226 extern unsigned int ipc_entry_table_count_max(void) __pure2;
/xnu-8792.41.9/bsd/kern/
H A Dsys_generic.c3049 extern unsigned int ipc_entry_table_count_max(void);
3055 int old_value = ipc_entry_table_count_max();