Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.c41 stack_size(struct stack *st) in stack_size() function
/dpdk/lib/eal/linux/
H A Deal.c608 unsigned long stack_size; eal_parse_huge_worker_stack() local
925 size_t stack_size; eal_worker_thread_create() local
[all...]
/dpdk/lib/table/
H A Drte_table_hash_key8.c350 uint64_t bucket_size, stack_size, total_size; in rte_table_hash_create_key8_ext() local
H A Drte_table_hash_key32.c374 uint64_t bucket_size, stack_size, total_size; in rte_table_hash_create_key32_ext() local
H A Drte_table_hash_key16.c365 uint64_t bucket_size, stack_size, total_size; in rte_table_hash_create_key16_ext() local
/dpdk/lib/bpf/
H A Dbpf_jit_x86.c1194 emit_prolog(struct bpf_jit_state *st, int32_t stack_size) in emit_prolog()