repeat 65 include/crm/common/mainloop.h mainloop_timer_t *mainloop_timer_add(const char *name, guint period_ms, bool repeat, GSourceFunc cb, void *userdata); repeat 55 lib/common/mainloop.c bool repeat; repeat 1315 lib/common/mainloop.c bool repeat = FALSE; repeat 1327 lib/common/mainloop.c repeat = t->repeat; repeat 1330 lib/common/mainloop.c repeat = FALSE; repeat 1334 lib/common/mainloop.c if(repeat) { repeat 1339 lib/common/mainloop.c return repeat; repeat 1388 lib/common/mainloop.c mainloop_timer_add(const char *name, guint period_ms, bool repeat, GSourceFunc cb, void *userdata) repeat 1394 lib/common/mainloop.c t->name = crm_strdup_printf("%s-%u-%d", name, period_ms, repeat); repeat 1396 lib/common/mainloop.c t->name = crm_strdup_printf("%p-%u-%d", t, period_ms, repeat); repeat 1400 lib/common/mainloop.c t->repeat = repeat; repeat 49 tools/crm_simulate.c long long repeat; repeat 66 tools/crm_simulate.c .repeat = 1 repeat 277 tools/crm_simulate.c { "repeat", 'N', 0, G_OPTION_ARG_INT, &options.repeat, repeat 691 tools/crm_simulate.c profile_one(const char *xml_file, long long repeat, pe_working_set_t *data_set, char *use_date) repeat 716 tools/crm_simulate.c for (int i = 0; i < repeat; ++i) { repeat 717 tools/crm_simulate.c xmlNode *input = (repeat == 1)? cib_object : copy_xml(cib_object); repeat 734 tools/crm_simulate.c profile_all(const char *dir, long long repeat, pe_working_set_t *data_set, char *use_date) repeat 759 tools/crm_simulate.c profile_one(buffer, repeat, data_set, use_date); repeat 934 tools/crm_simulate.c profile_all(options.test_dir, options.repeat, data_set, options.use_date);