Searched refs:num_notifications_sent (Results 1 – 3 of 3) sorted by relevance
122 static volatile size_t num_notifications_sent; variable128 printk("Sent notification #%u with length %d\n", num_notifications_sent++, *length); in notification_sent()226 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_none()242 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_enhanced()258 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_unenhanced()274 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_mixed()
106 static volatile size_t num_notifications_sent; variable110 printk("Sent notification #%u\n", num_notifications_sent++); in notification_sent()181 while (num_notifications_sent < NOTIFICATION_COUNT / 2) { in test_main()187 if (num_notifications_sent != NOTIFICATION_COUNT) { in test_main()
97 static volatile size_t num_notifications_sent; variable103 printk("Sent notification #%u with length %d\n", num_notifications_sent++, *length); in notification_sent()175 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_server()