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/drivers/common/cnxk/
H A Droc_npa.c268 int rc, aura_id, pool_id, stack_size, alloc_size; in npa_aura_pool_pair_alloc() local
/dpdk/lib/table/
H A Drte_table_hash_key32.c370 uint64_t bucket_size, stack_size, total_size; in rte_table_hash_create_key32_ext() local
H A Drte_table_hash_key8.c346 uint64_t bucket_size, stack_size, total_size; in rte_table_hash_create_key8_ext() local
H A Drte_table_hash_key16.c361 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()