Home
last modified time | relevance | path

Searched refs:cb_count (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_alarm.c31 static rte_atomic32_t cb_count; variable
36 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()
H A Dtest_timer.c262 static volatile int cb_count = 0; variable
270 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()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1952 int cb_count; member
7935 cbp->cb_count++; in status_callback()
8529 if (argc == 0 && cb.cb_count == 0) in zpool_do_status()