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

/darwin-on-arm/xnu/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;
H A Dipc_space.h121 ipc_entry_num_t is_high_mod; /* highest modified entry during growth */ member in struct:ipc_space

Completed in 19 milliseconds