Searched refs:cb_count (Results 1 – 3 of 3) sorted by relevance
31 static rte_atomic32_t cb_count; variable36 rte_atomic32_inc(&cb_count); in test_multi_cb()71 cb_count.cnt = 0; in test_multi_alarms()86 if (cb_count.cnt != 6) { in test_multi_alarms()93 cb_count.cnt = 0; in test_multi_alarms()102 if (cb_count.cnt != 2 || rm_count != 1) { in test_multi_alarms()105 (int)cb_count.cnt, 2); in test_multi_alarms()
262 static volatile int cb_count = 0; variable270 cb_count++; in timer_stress2_cb()287 cb_count = 0; in timer_stress2_main_loop()336 if (cb_count != NB_STRESS2_TIMERS) { in timer_stress2_main_loop()340 cb_count); in timer_stress2_main_loop()345 cb_count = 0; in timer_stress2_main_loop()378 if (cb_count != NB_STRESS2_TIMERS) { in timer_stress2_main_loop()382 cb_count); in timer_stress2_main_loop()
1952 int cb_count; member7935 cbp->cb_count++; in status_callback()8529 if (argc == 0 && cb.cb_count == 0) in zpool_do_status()