Home
last modified time | relevance | path

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

/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dtask.c304 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
320 lrq = eb32sc_first(&task_per_thread[tid].rqueue, tid_bit); in process_runnable_tasks()
337 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
482 tmp_rq = eb32sc_first(&rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
500 tmp_rq = eb32sc_first(&task_per_thread[i].rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
H A Dstandard.c2315 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dtask.c332 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
348 lrq = eb32sc_first(&task_per_thread[tid].rqueue, tid_bit); in process_runnable_tasks()
365 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
511 tmp_rq = eb32sc_first(&rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
527 tmp_rq = eb32sc_first(&task_per_thread[i].rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
H A Dstandard.c2343 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dtask.c341 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
357 lrq = eb32sc_first(&tt->rqueue, tid_bit); in process_runnable_tasks()
374 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
529 tmp_rq = eb32sc_first(&rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
545 tmp_rq = eb32sc_first(&task_per_thread[i].rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
H A Dstandard.c2352 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dtask.c338 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
354 lrq = eb32sc_first(&tt->rqueue, tid_bit); in process_runnable_tasks()
371 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
526 tmp_rq = eb32sc_first(&rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
542 tmp_rq = eb32sc_first(&task_per_thread[i].rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
H A Dstandard.c2318 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dtask.c649 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
665 lrq = eb32sc_first(&tt->rqueue, tid_bit); in process_runnable_tasks()
682 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
784 tmp_rq = eb32sc_first(&rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
800 tmp_rq = eb32sc_first(&task_per_thread[i].rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
H A Dtools.c2535 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dtask.c611 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
627 lrq = eb32sc_first(&tt->rqueue, tid_bit); in process_runnable_tasks()
644 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
746 tmp_rq = eb32sc_first(&rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
762 tmp_rq = eb32sc_first(&task_per_thread[i].rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
H A Dtools.c2385 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dtask.c727 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
743 lrq = eb32sc_first(&tt->rqueue, tid_bit); in process_runnable_tasks()
763 grq = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
875 tmp_rq = eb32sc_first(&rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
891 tmp_rq = eb32sc_first(&task_per_thread[i].rqueue, MAX_THREADS_MASK); in mworker_cleantasks()
H A Dactivity.c812 rqnode = eb32sc_first(&rqueue, ~0UL); in cli_io_handler_show_tasks()
828 rqnode = eb32sc_first(&task_per_thread[thr].rqueue, ~0UL); in cli_io_handler_show_tasks()
H A Dtools.c2686 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dtask.c212 rq_next = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
287 rq_next = eb32sc_first(&rqueue, tid_bit); in process_runnable_tasks()
H A Dstandard.c2295 node = eb32sc_first(root, scope); in eb32sc_to_file()
/dports/net/haproxy20/haproxy-2.0.26/ebtree/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
/dports/net/haproxy/haproxy-2.4.10/include/import/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
/dports/net/haproxy22/haproxy-2.2.19/include/import/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
/dports/net/haproxy23/haproxy-2.3.16/include/import/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
/dports/net/haproxy19/haproxy-1.9.16/ebtree/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
/dports/net/haproxy18/haproxy-1.8.30/ebtree/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
/dports/net/haproxy21/haproxy-2.1.12/ebtree/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
/dports/net/nuster/nuster-5.0.4.21/ebtree/
H A Deb32sctree.h140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function