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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_entry.c432 * it were entered into the tree, is_tree_small would
440 ((space->is_tree_small + 1) *
475 space->is_tree_small++;
618 assert(space->is_tree_small > 0);
620 space->is_tree_small--;
798 * 2) update is_tree_small
822 * collide, are counted for is_tree_small.
884 /* count entries for is_tree_small */
903 space->is_tree_small = nosmall;
950 * space->is_tree_small
[all...]
H A Dipc_space.h101 * A space may have a NULL is_tree. is_tree_small records the
125 ipc_entry_num_t is_tree_small; /* # of small entries in the tree */ member in struct:ipc_space
H A Dipc_space.c184 space->is_tree_small = 0;
H A Dmach_debug.c313 infop->iis_tree_small = space->is_tree_small;

Completed in 35 milliseconds