Searched defs:active (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_process_ctl.c | 318 int active = 0; local 335 active++; 356 fpm_scoreboard_update(idle, active, cur_lq, -1, -1, -1, FPM_SCOREBOARD_ACTION_SET, wp->scoreboard); 362 zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); 379 zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running_children, wp->idle_spawn_rate);
|
| H A D | fpm_scoreboard.c | 76 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children_reached, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ argument 92 if (active >= 0) { 93 scoreboard->active = active; 120 if (scoreboard->active + active > 0) { 121 scoreboard->active += active; 123 scoreboard->active = 0; 139 if (scoreboard->active > scoreboar [all...] |
| H A D | fpm_scoreboard.h | 58 int active; member in struct:fpm_scoreboard_s 73 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children_reached, int action, struct fpm_scoreboard_s *scoreboard);
|
| H A D | fpm_status.h | 15 int active; member in struct:fpm_status_s 25 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cur_lq, int max_lq, int clear_last_update);
|
| /PHP_5_3/ext/standard/ |
| H A D | url_scanner_ex.h | 49 int active; member in struct:__anon222
|
| /PHP_5_3/Zend/ |
| H A D | zend_globals.h | 255 zend_bool active; member in struct:_zend_executor_globals
|
Completed in 32 milliseconds