Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/ipc/
H A Dipc_entry.c512 assert(space->is_high_mod < ipc_entry_table_count(table)); in ipc_entry_modified()
517 if (index > space->is_high_mod) { in ipc_entry_modified()
518 space->is_high_mod = index; in ipc_entry_modified()
636 space->is_high_mod = 0; in ipc_entry_grow_table()
744 assert(space->is_high_mod > 0); in ipc_entry_grow_table()
747 hi_mod = space->is_high_mod; in ipc_entry_grow_table()
748 space->is_high_mod = 0; in ipc_entry_grow_table()
H A Dipc_space.h133 ipc_entry_num_t is_high_mod; /* highest modified entry during growth */ member
/xnu-8796.121.2/tools/lldbmacros/
H A Dipc.py775 num_entries, space.is_low_mod, space.is_high_mod))