Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/ipc/
H A Dipc_space.h126 ipc_entry_num_t is_table_hashed;/* count of hashed elements */
127 ipc_entry_num_t is_table_free; /* count of free elements */
132 ipc_entry_num_t is_low_mod; /* lowest modified entry during growth */
133 ipc_entry_num_t is_high_mod; /* highest modified entry during growth */
138ipc_entry_num_t is_table_size_soft_limit; /* resource_notify is sent when the table size hits this…
139ipc_entry_num_t is_table_size_hard_limit; /* same as soft limit except the task is killed soon aft…
291 ipc_entry_num_t soft_limit,
292 ipc_entry_num_t hard_limit);
300 ipc_entry_num_t *current_limit,
301 ipc_entry_num_t *soft_limit,
[all …]
H A Dipc_space.c220 ipc_entry_num_t total = 0; in ipc_space_rand_freelist()
296 ipc_entry_num_t count; in ipc_space_create()
491 ipc_entry_num_t soft_limit, in ipc_space_set_table_size_limits()
492 ipc_entry_num_t hard_limit) in ipc_space_set_table_size_limits()
554 ipc_entry_num_t *current_size, in ipc_space_check_table_size_limit()
555 ipc_entry_num_t *soft_limit, in ipc_space_check_table_size_limit()
556 ipc_entry_num_t *hard_limit) in ipc_space_check_table_size_limit()
H A Dipc_hash.c206 ipc_entry_num_t size = ipc_entry_table_count(array); in ipc_hash_table_lookup()
278 ipc_entry_num_t size = ipc_entry_table_count(array); in ipc_hash_table_insert()
336 ipc_entry_num_t size = ipc_entry_table_count(array); in ipc_hash_table_delete()
H A Dmach_debug.c158 ipc_entry_num_t tsize; in mach_port_space_info()
170 ipc_entry_num_t pptrsize = 0; in mach_port_space_info()
361 ipc_entry_num_t tsize; in mach_port_space_basic_info()
H A Dipc_types.h51 typedef ipc_table_elems_t ipc_entry_num_t; /* number of entries */ typedef
H A Dmach_port.c149 ipc_entry_num_t *actualp) in mach_port_names_helper()
154 ipc_entry_num_t actual; in mach_port_names_helper()
231 ipc_entry_num_t tsize; in mach_port_names()
233 ipc_entry_num_t actual; /* this many names */ in mach_port_names()
255 ipc_entry_num_t bound; in mach_port_names()
1254 __block ipc_entry_num_t actual; /* this many members */ in mach_port_get_set_status()
1255 ipc_entry_num_t maxnames; /* space for this many members */ in mach_port_get_set_status()
1293 maxnames = (ipc_entry_num_t)(size / sizeof(mach_port_name_t)); in mach_port_get_set_status()
H A Dipc_entry.c579 ipc_entry_num_t osize, nsize; in ipc_entry_grow_table()
580 ipc_entry_num_t ocount, ncount; in ipc_entry_grow_table()
/xnu-11417.121.6/osfmk/kern/
H A Dipc_misc.c158 ipc_entry_num_t index;