Searched refs:lcount (Results 1 – 7 of 7) sorted by relevance
99 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()
75 volatile uint64_t lcount = 0; in load_loop_fn() local87 while (lcount < MAX_LOOP) { in load_loop_fn()91 lcount++; in load_loop_fn()
108 volatile uint64_t lcount = 0; in load_loop_fn() local117 while (lcount < MAX_LOOP) { in load_loop_fn()120 lcount++; in load_loop_fn()
99 uint64_t lcount = 0; in load_loop_fn() local108 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()
334 uint64_t lcount = 0; in load_loop_fn_helper() local354 lcount++; in load_loop_fn_helper()357 queue_count[lcore] = lcount; in load_loop_fn_helper()
147 int lcount; in fs_read_fd() local177 lcount = 0; in fs_read_fd()179 ++lcount; in fs_read_fd()180 if (lcount == 0) in fs_read_fd()
775 unsigned lcount = 0; local780 PQOS_MAX_SOCKET_CORES, &lcount, &lcores[0]);784 &lcount);785 if (lcores == NULL || lcount == 0) {792 for (n = 0; n < lcount; n++) {