last_granted       63 include/crm/common/tickets_internal.h     time_t last_granted;    // When cluster was last granted the ticket
last_granted     3282 lib/pengine/pe_output.c     if (ticket->last_granted > -1) {
last_granted     3295 lib/pengine/pe_output.c             char *epoch_str = pcmk__epoch2str(&(ticket->last_granted), 0);
last_granted     3340 lib/pengine/pe_output.c     if (ticket->last_granted > -1) {
last_granted     3341 lib/pengine/pe_output.c         char *buf = pcmk__epoch2str(&ticket->last_granted, 0);
last_granted      979 lib/pengine/unpack.c     const char *last_granted = NULL;
last_granted     1020 lib/pengine/unpack.c     last_granted = g_hash_table_lookup(ticket->state, PCMK_XA_LAST_GRANTED);
last_granted     1021 lib/pengine/unpack.c     if (last_granted) {
last_granted     1023 lib/pengine/unpack.c         int rc = pcmk__scan_ll(last_granted, &last_granted_ll, 0LL);
last_granted     1028 lib/pengine/unpack.c                      last_granted_ll, last_granted, ticket->id,
last_granted     1031 lib/pengine/unpack.c         ticket->last_granted = (time_t) last_granted_ll;
last_granted      552 lib/pengine/utils.c         ticket->last_granted = -1;