Searched refs:reqs (Results 1 – 4 of 4) sorted by relevance
594 zend_long reqs; local661 reqs = ZCSG(hits)+ZCSG(misses);662 …add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…663 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
182 static void LSCRIU_Set_Initial_Start_Reqs(int reqs) in LSCRIU_Set_Initial_Start_Reqs() argument184 s_initial_start_reqs = reqs; in LSCRIU_Set_Initial_Start_Reqs()
365 void LSAPI_Set_Max_Reqs( int reqs );
3354 void LSAPI_Set_Max_Reqs( int reqs ) in LSAPI_Set_Max_Reqs() argument3355 { s_max_reqs = reqs - 1; } in LSAPI_Set_Max_Reqs()
Completed in 47 milliseconds