Home
last modified time | relevance | path

Searched refs:health_state (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/trace/events/
Ddevlink.h114 bool health_state, u64 time_since_last_recover),
116 TP_ARGS(devlink, reporter_name, health_state, time_since_last_recover),
123 __field(bool, health_state)
132 __entry->health_state = health_state;
139 __entry->health_state,
/linux-6.14.4/net/devlink/
Dhealth.c65 u8 health_state; member
288 reporter->health_state)) in devlink_nl_health_reporter_fill()
531 if (reporter->health_state == DEVLINK_HEALTH_REPORTER_STATE_HEALTHY) in devlink_health_reporter_recover()
542 reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_HEALTHY; in devlink_health_reporter_recover()
607 prev_health_state = reporter->health_state; in devlink_health_report()
608 reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_ERROR; in devlink_health_report()
620 reporter->health_state, in devlink_health_report()
652 if (reporter->health_state == state) in devlink_health_reporter_state_update()
655 reporter->health_state = state; in devlink_health_reporter_state_update()