Home
last modified time | relevance | path

Searched refs:niced_tasks (Results 1 – 18 of 18) sorted by relevance

/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dtask.c32 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
56 niced_tasks++; in __task_wakeup()
204 if (likely(niced_tasks)) in process_runnable_tasks()
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dtask.h86 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
146 niced_tasks--; in __task_unlink_rq()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dtask.c42 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
91 HA_ATOMIC_ADD(&niced_tasks, 1); in __task_wakeup()
293 if (likely(niced_tasks)) in process_runnable_tasks()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dtask.c42 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
89 _HA_ATOMIC_ADD(&niced_tasks, 1); in __task_wakeup()
321 if (likely(niced_tasks)) in process_runnable_tasks()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dtask.c42 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
89 _HA_ATOMIC_ADD(&niced_tasks, 1); in __task_wakeup()
330 if (likely(niced_tasks)) in process_runnable_tasks()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dtask.c42 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
89 _HA_ATOMIC_ADD(&niced_tasks, 1); in __task_wakeup()
327 if (likely(niced_tasks)) in process_runnable_tasks()
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dtask.h90 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
172 niced_tasks--; in __task_unlink_rq()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dtask.c39 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
68 niced_tasks++; in __task_wakeup()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dtask.c37 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
180 _HA_ATOMIC_INC(&niced_tasks); in __task_wakeup()
655 if (likely(niced_tasks)) in process_runnable_tasks()
773 _HA_ATOMIC_DEC(&niced_tasks); in process_runnable_tasks()
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dtask.h90 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
221 _HA_ATOMIC_SUB(&niced_tasks, 1); in __task_unlink_rq()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dtask.c41 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
139 _HA_ATOMIC_ADD(&niced_tasks, 1); in __task_wakeup()
597 if (likely(niced_tasks)) in process_runnable_tasks()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dtask.c43 unsigned int niced_tasks = 0; /* number of niced tasks in the run queue */ variable
143 _HA_ATOMIC_ADD(&niced_tasks, 1); in __task_wakeup()
566 if (likely(niced_tasks)) in process_runnable_tasks()
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dtask.h92 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
223 _HA_ATOMIC_SUB(&niced_tasks, 1); in __task_unlink_rq()
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dtask.h90 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
234 HA_ATOMIC_SUB(&niced_tasks, 1); in __task_unlink_rq()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dtask.h95 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
305 _HA_ATOMIC_SUB(&niced_tasks, 1); in __task_unlink_rq()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dtask.h92 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
223 _HA_ATOMIC_SUB(&niced_tasks, 1); in __task_unlink_rq()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dtask.h94 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
323 _HA_ATOMIC_SUB(&niced_tasks, 1); in __task_unlink_rq()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dtask.h92 extern unsigned int niced_tasks; /* number of niced tasks in the run queue */
341 _HA_ATOMIC_DEC(&niced_tasks); in task_unlink_rq()