Searched refs:lcount (Results 1 – 8 of 8) sorted by relevance
98 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()
66 uint64_t lcount = 0; in load_loop_fn() local75 while (lcount < MAX_LOOP) { in load_loop_fn()78 lcount++; in load_loop_fn()
70 volatile uint64_t lcount = 0; in load_loop_fn() local81 while (lcount < MAX_LOOP) { in load_loop_fn()85 lcount++; in load_loop_fn()
107 volatile uint64_t lcount = 0; in load_loop_fn() local116 while (lcount < MAX_LOOP) { in load_loop_fn()119 lcount++; in load_loop_fn()
99 uint64_t lcount = 0; in load_loop_fn() local107 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()
334 uint64_t lcount = 0; in load_loop_fn_helper() local353 lcount++; in load_loop_fn_helper()356 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++) {