op_timer_total     86 fencing/internal.h     guint op_timer_total;
op_timer_total    219 fencing/remote.c     if (op->op_timer_total) {
op_timer_total    220 fencing/remote.c         g_source_remove(op->op_timer_total);
op_timer_total    221 fencing/remote.c         op->op_timer_total = 0;
op_timer_total    571 fencing/remote.c     op->op_timer_total = 0;
op_timer_total    613 fencing/remote.c         if (op->op_timer_total) {
op_timer_total    614 fencing/remote.c             g_source_remove(op->op_timer_total);
op_timer_total    615 fencing/remote.c             op->op_timer_total = 0;
op_timer_total   1446 fencing/remote.c     if (!op->op_timer_total) {
op_timer_total   1450 fencing/remote.c         op->op_timer_total = g_timeout_add(1000 * op->total_timeout, remote_op_timeout, op);