Searched refs:cur_stack (Results 1 – 1 of 1) sorted by relevance
226 struct bucket_stack *cur_stack = bd->buckets[rte_lcore_id()]; in bucket_dequeue_buckets() local227 unsigned int n_buckets_from_stack = RTE_MIN(n_buckets, cur_stack->top); in bucket_dequeue_buckets()232 void *obj = bucket_stack_pop_unsafe(cur_stack); in bucket_dequeue_buckets()315 struct bucket_stack *cur_stack = bd->buckets[rte_lcore_id()]; in bucket_dequeue_contig_blocks() local316 unsigned int n_buckets_from_stack = RTE_MIN(n, cur_stack->top); in bucket_dequeue_contig_blocks()324 hdr = bucket_stack_pop_unsafe(cur_stack); in bucket_dequeue_contig_blocks()332 bucket_stack_push(cur_stack, in bucket_dequeue_contig_blocks()