Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ticketlock.c99 static uint64_t lcount __rte_cache_aligned;
123 lcount++; in load_loop_fn()
154 lcount = 0; in test_ticketlock_perf()
173 if (tcount != lcount) in test_ticketlock_perf()
H A Dtest_mcslock.c75 volatile uint64_t lcount = 0; in load_loop_fn() local
87 while (lcount < MAX_LOOP) { in load_loop_fn()
91 lcount++; in load_loop_fn()
H A Dtest_spinlock.c108 volatile uint64_t lcount = 0; in load_loop_fn() local
117 while (lcount < MAX_LOOP) { in load_loop_fn()
120 lcount++; in load_loop_fn()
H A Dtest_rwlock.c99 uint64_t lcount = 0; in load_loop_fn() local
108 while (lcount < MAX_LOOP) { in load_loop_fn()
114 if (TEST_RWLOCK_DEBUG && !(lcount % 100)) in load_loop_fn()
119 lcount++; in load_loop_fn()
H A Dtest_ring_perf.c334 uint64_t lcount = 0; in load_loop_fn_helper() local
354 lcount++; in load_loop_fn_helper()
357 queue_count[lcore] = lcount; in load_loop_fn_helper()
/f-stack/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()
/f-stack/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++) {