MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bucket_stack_push

Function bucket_stack_push

dpdk/drivers/mempool/bucket/rte_mempool_bucket.c:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static void
80bucket_stack_push(struct bucket_stack *stack, void *obj)
81{
82 RTE_ASSERT(stack->top < stack->limit);
83 stack->objects[stack->top++] = obj;
84}
85
86static void *
87bucket_stack_pop_unsafe(struct bucket_stack *stack)

Callers 2

bucket_enqueue_singleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected