hash_restarts    2137 ext/opcache/ZendAccelerator.c 						ZCSG(hash_restarts)++;
hash_restarts    2512 ext/opcache/ZendAccelerator.c 	ZCSG(hash_restarts) = 0;
hash_restarts     283 ext/opcache/ZendAccelerator.h 	unsigned long   hash_restarts;    /* number of restarts because of hash overflow */
hash_restarts     469 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%ld", ZCSG(hash_restarts));
hash_restarts     614 ext/opcache/zend_accelerator_module.c 	add_assoc_long(statistics, "hash_restarts", ZCSG(hash_restarts));