Lines Matching refs:test_multi_cb
34 test_multi_cb(void *arg) in test_multi_cb() function
75 rte_eal_alarm_set(10 * US_PER_MS, test_multi_cb, (void *)1); in test_multi_alarms()
76 rte_eal_alarm_set(20 * US_PER_MS, test_multi_cb, (void *)2); in test_multi_alarms()
79 rte_eal_alarm_set(60 * US_PER_MS, test_multi_cb, (void *)6); in test_multi_alarms()
80 rte_eal_alarm_set(50 * US_PER_MS, test_multi_cb, (void *)5); in test_multi_alarms()
81 rte_eal_alarm_set(40 * US_PER_MS, test_multi_cb, (void *)4); in test_multi_alarms()
82 rte_eal_alarm_set(30 * US_PER_MS, test_multi_cb, (void *)3); in test_multi_alarms()
89 rte_eal_alarm_cancel(test_multi_cb, (void *)-1); in test_multi_alarms()
96 rte_eal_alarm_set(30 * US_PER_MS, test_multi_cb, (void *)3); in test_multi_alarms()
97 rte_eal_alarm_set(20 * US_PER_MS, test_multi_cb, (void *)2); in test_multi_alarms()
98 rte_eal_alarm_set(10 * US_PER_MS, test_multi_cb, (void *)1); in test_multi_alarms()
99 rm_count = rte_eal_alarm_cancel(test_multi_cb, (void *)2); in test_multi_alarms()
107 rte_eal_alarm_cancel(test_multi_cb, (void *)-1); in test_multi_alarms()
113 rte_eal_alarm_set(10 * US_PER_MS, test_multi_cb, (void *)1); in test_multi_alarms()
114 rte_eal_alarm_set(10 * US_PER_MS, test_multi_cb, (void *)2); in test_multi_alarms()
115 rte_eal_alarm_set(10 * US_PER_MS, test_multi_cb, (void *)3); in test_multi_alarms()
119 rte_eal_alarm_cancel(test_multi_cb, (void *) -1); in test_multi_alarms()
122 rm_count = rte_eal_alarm_cancel(test_multi_cb, (void *) -1); in test_multi_alarms()