Lines Matching refs:ps
2075 struct process_score *ps;
2105 ps = ap_get_scoreboard_process(process_slot);
2106 ps->write_completion = *write_completion_q->total;
2107 ps->keep_alive = *keepalive_q->total;
2110 ps->connections = apr_atomic_read32(&connection_count);
2111 ps->suspended = apr_atomic_read32(&suspended_count);
2112 ps->lingering_close = apr_atomic_read32(&lingering_count);
2769 process_score *ps;
2800 ps = &ap_scoreboard_image->parent[i];
2818 if (ps->pid != 0) { /* XXX just set all_dead_threads in outer
2820 if (status <= SERVER_READY && !ps->quiescing && !ps->not_accepting
2821 && ps->generation == retained->my_generation
2822 && ps->bucket == child_bucket)
2835 && (!ps->pid /* no process in the slot */
2836 || ps->quiescing)) { /* or at least one is going away */
2858 /* XXX if (!ps->quiescing) is probably more reliable GLA */
2993 process_score *ps;
3001 ps = &ap_scoreboard_image->parent[child_slot];
3002 ps->quiescing = 0;
3005 retained->idle_spawn_rate[ps->bucket] = 1;
3012 make_child(ap_server_conf, child_slot, ps->bucket);