Lines Matching defs:data

32 static void wait_until_inactive(EventNotifierTestData *data)  in wait_until_inactive()
58 BHTestData *data = opaque; in bh_test_cb() local
66 TimerTestData *data = opaque; in timer_test_cb() local
79 BHTestData *data = opaque; in bh_delete_cb() local
90 EventNotifierTestData *data = container_of(e, EventNotifierTestData, e); in event_ready_cb() local
111 BHTestData data = { .n = 0 }; in test_bh_schedule() local
127 BHTestData data = { .n = 0, .max = 10 }; in test_bh_schedule10() local
151 BHTestData data = { .n = 0 }; in test_bh_cancel() local
167 BHTestData data = { .n = 0 }; in test_bh_delete() local
244 BHTestData data = { .n = 0 }; in test_bh_flush() local
260 EventNotifierTestData data = { .n = 0, .active = 0 }; in test_set_event_notifier() local
274 EventNotifierTestData data = { .n = 0, .active = 1 }; in test_wait_event_notifier() local
299 EventNotifierTestData data = { .n = 0, .active = 10, .auto_set = true }; in test_flush_event_notifier() local
324 EventNotifierTestData data = { .n = 0 }; in test_wait_event_notifier_noflush() local
373 TimerTestData data = { .n = 0, .ctx = ctx, .ns = SCALE_MS * 750LL, in test_timer_schedule() local
450 BHTestData data = { .n = 0 }; in test_source_bh_schedule() local
466 BHTestData data = { .n = 0, .max = 10 }; in test_source_bh_schedule10() local
488 BHTestData data = { .n = 0 }; in test_source_bh_cancel() local
504 BHTestData data = { .n = 0 }; in test_source_bh_delete() local
575 BHTestData data = { .n = 0 }; in test_source_bh_flush() local
591 EventNotifierTestData data = { .n = 0, .active = 0 }; in test_source_set_event_notifier() local
605 EventNotifierTestData data = { .n = 0, .active = 1 }; in test_source_wait_event_notifier() local
630 EventNotifierTestData data = { .n = 0, .active = 10, .auto_set = true }; in test_source_flush_event_notifier() local
655 EventNotifierTestData data = { .n = 0 }; in test_source_wait_event_notifier_noflush() local
704 TimerTestData data = { .n = 0, .ctx = ctx, .ns = SCALE_MS * 750LL, in test_source_timer_schedule() local
761 ChainData *data = opaque; in chain() local