Home
last modified time | relevance | path

Searched refs:curr_idle_thr (Results 1 – 25 of 49) sorted by relevance

12

/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dserver.h266 _HA_ATOMIC_SUB(&srv->curr_idle_thr[tid], 1); in srv_del_conn_from_list()
319 _HA_ATOMIC_ADD(&srv->curr_idle_thr[tid], 1); in srv_add_to_idle_list()
H A Dserver-t.h239 …unsigned int *curr_idle_thr; /* Current number of orphan idling connections per thread … member
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dserver.h286 _HA_ATOMIC_DEC(&srv->curr_idle_thr[tid]); in srv_release_conn()
345 _HA_ATOMIC_INC(&srv->curr_idle_thr[tid]); in srv_add_to_idle_list()
H A Dserver-t.h242 …unsigned int *curr_idle_thr; /* Current number of orphan idling connections per thread … member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dserver.h230 …unsigned int *curr_idle_thr; /* Current number of orphan idling connections per thread … member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dserver.h230 …unsigned int *curr_idle_thr; /* Current number of orphan idling connections per thread … member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dserver.h228 …unsigned int *curr_idle_thr; /* Current number of orphan idling connections per thread … member
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dserver-t.h237 …unsigned int *curr_idle_thr; /* Current number of orphan idling connections per thread … member
H A Dserver.h285 _HA_ATOMIC_ADD(&srv->curr_idle_thr[tid], 1); in srv_add_to_idle_list()
H A Dconnection.h493 _HA_ATOMIC_SUB(&srv->curr_idle_thr[tid], 1); in conn_free()
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dserver.h230 …unsigned int *curr_idle_thr; /* Current number of orphan idling connections per thread … member
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dserver.h257 srv->curr_idle_thr[tid]++; in srv_add_to_idle_list()
H A Dconnection.h697 srv->curr_idle_thr[tid]--; in conn_free()
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dserver.h267 srv->curr_idle_thr[tid]++; in srv_add_to_idle_list()
H A Dconnection.h623 srv->curr_idle_thr[tid]--; in conn_free()
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dserver.h268 srv->curr_idle_thr[tid]++; in srv_add_to_idle_list()
H A Dconnection.h601 srv->curr_idle_thr[tid]--; in conn_free()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dserver.h266 srv->curr_idle_thr[tid]++; in srv_add_to_idle_list()
H A Dconnection.h623 srv->curr_idle_thr[tid]--; in conn_free()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dserver.c2370 free(srv->curr_idle_thr); in free_server()
4630 srv->curr_idle_thr = calloc(global.nbthread, sizeof(*srv->curr_idle_thr)); in cli_parse_add_server()
4631 if (!srv->curr_idle_thr) { in cli_parse_add_server()
5543 max_conn = (exceed_conns * srv->curr_idle_thr[i]) / in srv_cleanup_idle_conns()
H A Dbackend.c1181 if (!srv->curr_idle_thr[i] || i == tid) in conn_backend_get()
1225 _HA_ATOMIC_DEC(&srv->curr_idle_thr[i]); in conn_backend_get()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dproxy.c1839 for (thr = 0; thr < global.nbthread && srv->curr_idle_thr; thr++) in dump_servers_state()
1840 chunk_appendf(&trash, " %u", srv->curr_idle_thr[thr]); in dump_servers_state()
H A Dcfgparse.c3525 newsrv->curr_idle_thr = calloc(global.nbthread, sizeof(*newsrv->curr_idle_thr)); in check_config_validity()
3526 if (!newsrv->curr_idle_thr) in check_config_validity()
H A Dbackend.c1163 if (!srv->curr_idle_thr[i] || i == tid) in conn_backend_get()
1204 _HA_ATOMIC_SUB(&srv->curr_idle_thr[i], 1); in conn_backend_get()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dproxy.c1842 for (thr = 0; thr < global.nbthread && srv->curr_idle_thr; thr++) in dump_servers_state()
1843 chunk_appendf(&trash, " %u", srv->curr_idle_thr[thr]); in dump_servers_state()

12