Home
last modified time | relevance | path

Searched refs:hash_restarts (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/opcache/
H A DZendAccelerator.h282 unsigned long hash_restarts; /* number of restarts because of hash overflow */ member
H A Dzend_accelerator_module.c465 snprintf(buf, sizeof(buf), "%ld", ZCSG(hash_restarts)); in zend_accel_info()
610 add_assoc_long(statistics, "hash_restarts", ZCSG(hash_restarts)); in ZEND_FUNCTION()
H A DZendAccelerator.c2102 ZCSG(hash_restarts)++;
2475 ZCSG(hash_restarts) = 0;

Completed in 16 milliseconds