Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 61) sorted by relevance

123

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.h15 struct stack { struct
17 int top; /**< maximum value in stack */ argument
18 uint32_t *items; /**< items in the stack */ argument
/f-stack/freebsd/sys/
H A D_stack.h36 struct stack { struct
37 int depth;
38 vm_offset_t pcs[STACK_MAX];
/f-stack/freebsd/contrib/ck/include/
H A Dck_stack.h56 struct ck_stack_entry *stack; in ck_stack_push_upmc() local
80 struct ck_stack_entry *stack; in ck_stack_trypush_upmc() local
275 struct ck_stack_entry *stack; in ck_stack_push_mpnc() local
334 ck_stack_init(struct ck_stack *stack) in ck_stack_init()
348 #define CK_STACK_FOREACH(stack, entry) \ argument
352 #define CK_STACK_FOREACH_SAFE(stack, entry, T) \ argument
/f-stack/dpdk/lib/librte_stack/
H A Drte_stack_std.h26 struct rte_stack_std *stack = &s->stack_std; in __rte_stack_std_push() local
64 struct rte_stack_std *stack = &s->stack_std; in __rte_stack_std_pop() local
/f-stack/freebsd/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c52 uintptr_t stack) in cloudabi64_proc_setregs()
142 stack_t stack; in cloudabi64_thread_setregs() local
/f-stack/freebsd/arm/cloudabi32/
H A Dcloudabi32_sysvec.c52 uintptr_t stack) in cloudabi32_proc_setregs()
150 stack_t stack; in cloudabi32_thread_setregs() local
/f-stack/freebsd/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c73 uintptr_t stack) in cloudabi64_proc_setregs()
162 stack_t stack; in cloudabi64_thread_setregs() local
/f-stack/freebsd/i386/cloudabi32/
H A Dcloudabi32_sysvec.c80 uintptr_t stack) in cloudabi32_proc_setregs()
155 stack_t stack; in cloudabi32_thread_setregs() local
/f-stack/freebsd/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c85 uintptr_t stack) in cloudabi32_proc_setregs()
180 stack_t stack; in cloudabi32_thread_setregs() local
/f-stack/app/redis-5.0.5/src/
H A Drax.h144 void **stack; /* Points to static_items or an heap allocated array. */ member
184 raxStack stack; /* Stack used for unsafe iteration. */ member
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c64 struct bucket_stack *stack; in bucket_stack_create() local
80 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()
/f-stack/freebsd/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c52 uintptr_t stack) in cloudabi32_proc_setregs()
/f-stack/freebsd/arm64/linux/
H A Dlinux_machdep.c89 linux_set_upcall_kse(struct thread *td, register_t stack) in linux_set_upcall_kse()
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c236 uintptr_t stack) in freebsd32_setregs()
H A Dvm_machdep.c196 stack_t *stack) in cpu_set_upcall()
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_int.h113 uint8_t stack[LTHREAD_MAX_STACK_SIZE]; member
127 void *stack; /* ptr to actual stack */ member
H A Dlthread.c137 void _lthread_set_stack(struct lthread *lt, void *stack, size_t stack_size) in _lthread_set_stack()
/f-stack/freebsd/netinet/
H A Din_fib_algo.c277 pop_stack_entry(struct bsearch4_array *dst_array, struct bsearch4_array *stack) in pop_stack_entry()
315 struct bsearch4_array *stack, struct bsearch4_record *rib_entry) in bsearch4_process_record()
393 struct bsearch4_array stack = { in bsearch4_build_array() local
/f-stack/freebsd/amd64/linux/
H A Dlinux_machdep.c121 linux_set_upcall_kse(struct thread *td, register_t stack) in linux_set_upcall_kse()
/f-stack/freebsd/arm/arm/
H A Dvm_machdep.c230 stack_t *stack) in cpu_set_upcall()
/f-stack/freebsd/vm/
H A Dvm_radix.c536 struct vm_radix_node *stack[VM_RADIX_LIMIT]; in vm_radix_lookup_ge() local
648 struct vm_radix_node *stack[VM_RADIX_LIMIT]; in vm_radix_lookup_le() local
/f-stack/freebsd/kern/
H A Dsubr_pctrie.c484 struct pctrie_node *stack[PCTRIE_LIMIT]; in pctrie_lookup_ge() local
599 struct pctrie_node *stack[PCTRIE_LIMIT]; in pctrie_lookup_le() local
H A Dtty_info.c282 struct stack stack; in tty_info() local
/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c409 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs()
H A Dvm_machdep.c415 stack_t *stack) in cpu_set_upcall()

123