Searched defs:stack (Results 1 – 8 of 8) sorted by relevance
15 struct stack { struct17 int top; /**< maximum value in stack */ argument18 uint32_t *items; /**< items in the stack */ argument
26 struct rte_stack_std *stack = &s->stack_std; in __rte_stack_std_push() local64 struct rte_stack_std *stack = &s->stack_std; in __rte_stack_std_pop() local
52 struct cnxk_gpio_irq_stack *stack; in cnxk_gpio_irq_stack_free() local78 struct cnxk_gpio_irq_stack *stack; in cnxk_gpio_irq_stack_alloc() local
64 struct bucket_stack *stack; in bucket_stack_create() local80 bucket_stack_push(struct bucket_stack *stack, void *obj) in bucket_stack_push()87 bucket_stack_pop_unsafe(struct bucket_stack *stack) in bucket_stack_pop_unsafe()94 bucket_stack_pop(struct bucket_stack *stack) in bucket_stack_pop()
484 uint64_t stack[MAX_BPF_STACK_SIZE / sizeof(uint64_t)]; in rte_bpf_exec_burst() local
81 uint32_t *stack; member
85 uint32_t *stack; member