/dports/net/haproxy19/haproxy-1.9.16/src/ |
H A D | task.c | 304 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 D | standard.c | 2315 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/haproxy20/haproxy-2.0.26/src/ |
H A D | task.c | 332 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 D | standard.c | 2343 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/haproxy21/haproxy-2.1.12/src/ |
H A D | task.c | 341 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 D | standard.c | 2352 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/nuster/nuster-5.0.4.21/src/ |
H A D | task.c | 338 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 D | standard.c | 2318 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/haproxy23/haproxy-2.3.16/src/ |
H A D | task.c | 649 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 D | tools.c | 2535 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/haproxy22/haproxy-2.2.19/src/ |
H A D | task.c | 611 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 D | tools.c | 2385 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/haproxy/haproxy-2.4.10/src/ |
H A D | task.c | 727 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 D | activity.c | 812 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 D | tools.c | 2686 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/haproxy18/haproxy-1.8.30/src/ |
H A D | task.c | 212 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 D | standard.c | 2295 node = eb32sc_first(root, scope); in eb32sc_to_file()
|
/dports/net/haproxy20/haproxy-2.0.26/ebtree/ |
H A D | eb32sctree.h | 140 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 D | eb32sctree.h | 140 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 D | eb32sctree.h | 140 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 D | eb32sctree.h | 140 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 D | eb32sctree.h | 140 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 D | eb32sctree.h | 140 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 D | eb32sctree.h | 140 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 D | eb32sctree.h | 140 static inline struct eb32sc_node *eb32sc_first(struct eb_root *root, unsigned long scope) in eb32sc_first() function
|