Home
last modified time | relevance | path

Searched refs:STACK_SIZE (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_stack.c15 #define STACK_SIZE 4096 macro
27 __func__, __LINE__, STACK_SIZE * sizeof(void *)); in test_stack_push_pop()
31 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()
52 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()
58 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()
71 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()
85 for (i = 0; i < STACK_SIZE; i++) { in test_stack_push_pop()
89 popped_objs[STACK_SIZE - i - 1], i); in test_stack_push_pop()
114 for (i = 0; i < STACK_SIZE; i++) in test_stack_basic()
136 if (rte_stack_free_count(s) != STACK_SIZE) { in test_stack_basic()
[all …]
H A Dtest_stack_perf.c19 #define STACK_SIZE (RTE_MAX_LCORE * MAX_BURST) macro
307 s = rte_stack_create(STACK_NAME, STACK_SIZE, rte_socket_id(), flags); in __test_stack_perf()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-interrupt-handler.S62 #define STACK_SIZE (36*8) macro
64 dsubu sp, sp, STACK_SIZE
96 daddu $1, sp, STACK_SIZE // Correct the SP for the space we used
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs.sh238 STACK_SIZE=$(cat "$STACK_MAX_SIZE")
240 if [ "$STACK_SIZE" -ge "$STACK_LIMIT" ]; then
242 echo "Warning: max stack size $STACK_SIZE bytes"
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c104 assert(ssize < STACK_SIZE);\
110 assert(ssize < STACK_SIZE);\
403 #define STACK_SIZE SS_MISORT_STACKSIZE in ss_mintrosort() macro
404 struct { int *a, *b, c; int d; } stack[STACK_SIZE]; in ss_mintrosort()
530 #undef STACK_SIZE in ss_mintrosort()
747 #define STACK_SIZE SS_SMERGE_STACKSIZE in ss_swapmerge() macro
759 struct { int *a, *b, *c; int d; } stack[STACK_SIZE]; in ss_swapmerge()
825 #undef STACK_SIZE in ss_swapmerge()
1178 #define STACK_SIZE TR_STACKSIZE in tr_introsort() macro
1179 struct { const int *a; int *b, *c; int d, e; }stack[STACK_SIZE]; in tr_introsort()
[all …]