Searched refs:PM_STYLE_DYNAMIC (Results 1 – 4 of 4) sorted by relevance
10 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand…110 PM_STYLE_DYNAMIC = 2, enumerator
368 if (wp->config->pm == PM_STYLE_DYNAMIC) { in fpm_children_make()
376 if (wp->config->pm != PM_STYLE_DYNAMIC) continue; in fpm_pctl_perform_idle_server_maintenance()
535 c->pm = PM_STYLE_DYNAMIC; in fpm_conf_set_pm()791 …if (wp->config->pm != PM_STYLE_STATIC && wp->config->pm != PM_STYLE_DYNAMIC && wp->config->pm != P… in fpm_conf_process_all_pools()803 if (wp->config->pm == PM_STYLE_DYNAMIC) { in fpm_conf_process_all_pools()
Completed in 13 milliseconds