inflight_alerts    24 daemons/execd/execd_alerts.c static GHashTable *inflight_alerts; /* key = call_id, value = timeout */
inflight_alerts    30 daemons/execd/execd_alerts.c     if (inflight_alerts == NULL) {
inflight_alerts    31 daemons/execd/execd_alerts.c         inflight_alerts = pcmk__intkey_table(NULL);
inflight_alerts    33 daemons/execd/execd_alerts.c     pcmk__intkey_table_insert(inflight_alerts, call_id,
inflight_alerts    40 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
inflight_alerts    41 daemons/execd/execd_alerts.c         pcmk__intkey_table_remove(inflight_alerts, call_id);
inflight_alerts    52 daemons/execd/execd_alerts.c     if (inflight_alerts) {
inflight_alerts    53 daemons/execd/execd_alerts.c         g_hash_table_iter_init(&iter, inflight_alerts);
inflight_alerts   152 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
inflight_alerts   153 daemons/execd/execd_alerts.c         guint count = g_hash_table_size(inflight_alerts);
inflight_alerts   167 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
inflight_alerts   174 daemons/execd/execd_alerts.c         g_hash_table_destroy(inflight_alerts);
inflight_alerts   175 daemons/execd/execd_alerts.c         inflight_alerts = NULL;