Searched refs:is_high_mod (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_entry.c419 assert(space->is_high_mod < size);
423 if (index > space->is_high_mod)
424 space->is_high_mod = index;
537 space->is_high_mod = 0;
646 assert(space->is_high_mod > 0);
649 hi_mod = space->is_high_mod;
650 space->is_high_mod = 0;
H A Dipc_space.c171 space->is_high_mod = 0;
209 space->is_high_mod = 0;
H A Dipc_space.h121 ipc_entry_num_t is_high_mod; /* highest modified entry during growth */ member in struct:ipc_space
/xnu-2422.115.4/tools/lldbmacros/
H A Dipc.py395 out_str += format_string.format(space, space.is_task, space.is_table, flags, space.is_table_size, space.is_table_next, space.is_low_mod, space.is_high_mod)

Completed in 69 milliseconds