Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_ticketlock.c98 static uint64_t lcount __rte_cache_aligned;
121 lcount++; in load_loop_fn()
152 lcount = 0; in test_ticketlock_perf()
171 if (tcount != lcount) in test_ticketlock_perf()
H A Dtest_pflock.c66 uint64_t lcount = 0; in load_loop_fn() local
75 while (lcount < MAX_LOOP) { in load_loop_fn()
78 lcount++; in load_loop_fn()
H A Dtest_mcslock.c70 volatile uint64_t lcount = 0; in load_loop_fn() local
81 while (lcount < MAX_LOOP) { in load_loop_fn()
85 lcount++; in load_loop_fn()
H A Dtest_spinlock.c107 volatile uint64_t lcount = 0; in load_loop_fn() local
116 while (lcount < MAX_LOOP) { in load_loop_fn()
119 lcount++; in load_loop_fn()
H A Dtest_rwlock.c99 uint64_t lcount = 0; in load_loop_fn() local
107 while (lcount < MAX_LOOP) { in load_loop_fn()
113 if (TEST_RWLOCK_DEBUG && !(lcount % 100)) in load_loop_fn()
118 lcount++; in load_loop_fn()
H A Dtest_ring_perf.c334 uint64_t lcount = 0; in load_loop_fn_helper() local
353 lcount++; in load_loop_fn_helper()
356 queue_count[lcore] = lcount; in load_loop_fn_helper()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_args.c147 int lcount; in fs_read_fd() local
177 lcount = 0; in fs_read_fd()
179 ++lcount; in fs_read_fd()
180 if (lcount == 0) in fs_read_fd()
/dpdk/examples/l2fwd-cat/
H A Dcat.c775 unsigned lcount = 0; local
780 PQOS_MAX_SOCKET_CORES, &lcount, &lcores[0]);
784 &lcount);
785 if (lcores == NULL || lcount == 0) {
792 for (n = 0; n < lcount; n++) {