inflight_alerts    25 daemons/execd/execd_alerts.c static GHashTable *inflight_alerts; /* key = call_id, value = timeout */
inflight_alerts    31 daemons/execd/execd_alerts.c     if (inflight_alerts == NULL) {
inflight_alerts    32 daemons/execd/execd_alerts.c         inflight_alerts = pcmk__intkey_table(NULL);
inflight_alerts    34 daemons/execd/execd_alerts.c     pcmk__intkey_table_insert(inflight_alerts, call_id,
inflight_alerts    41 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
inflight_alerts    42 daemons/execd/execd_alerts.c         pcmk__intkey_table_remove(inflight_alerts, call_id);
inflight_alerts    53 daemons/execd/execd_alerts.c     if (inflight_alerts) {
inflight_alerts    54 daemons/execd/execd_alerts.c         g_hash_table_iter_init(&iter, inflight_alerts);
inflight_alerts   180 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
inflight_alerts   181 daemons/execd/execd_alerts.c         guint count = g_hash_table_size(inflight_alerts);
inflight_alerts   195 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
inflight_alerts   202 daemons/execd/execd_alerts.c         g_hash_table_destroy(inflight_alerts);
inflight_alerts   203 daemons/execd/execd_alerts.c         inflight_alerts = NULL;