Searched refs:is_high_mod (Results 1 – 3 of 3) sorted by relevance
561 assert(space->is_high_mod < ipc_entry_table_count(table)); in ipc_entry_modified()566 if (index > space->is_high_mod) { in ipc_entry_modified()567 space->is_high_mod = index; in ipc_entry_modified()685 space->is_high_mod = 0; in ipc_entry_grow_table()793 assert(space->is_high_mod > 0); in ipc_entry_grow_table()796 hi_mod = space->is_high_mod; in ipc_entry_grow_table()797 space->is_high_mod = 0; in ipc_entry_grow_table()
141 ipc_entry_num_t is_high_mod; /* highest modified entry during growth */ member
1022 space.is_high_mod,