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

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_space.h135 #define is_growing(is) (((is)->is_bits & IS_GROWING) == IS_GROWING) macro
140 assert(!is_growing(is));
147 assert(is_growing(is));
H A Dipc_space.c237 while (is_growing(space))
306 while (is_growing(space))
H A Dipc_entry.c472 if (is_growing(space)) {

Completed in 25 milliseconds