Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/ipc/
H A Dipc_entry.h164 extern unsigned int ipc_entry_table_count_max(void) __pure2;
H A Dipc_entry.c92 ipc_entry_table_count_max(void) in ipc_entry_table_count_max() function
377 if (index > ipc_entry_table_count_max()) { in ipc_entry_alloc_name()
658 } else if (target_count > ipc_entry_table_count_max()) { in ipc_entry_grow_table()
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c3274 extern unsigned int ipc_entry_table_count_max(void);
3280 int old_value = ipc_entry_table_count_max();