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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_entry.c431 static uint64_t ipc_entry_grow_rescan_max = 0; variable
654 if (rescan_count > ipc_entry_grow_rescan_max)
655 ipc_entry_grow_rescan_max = rescan_count;

Completed in 14 milliseconds