health_state      114 include/trace/events/devlink.h 		 bool health_state, u64 time_since_last_recover),
health_state      116 include/trace/events/devlink.h 	TP_ARGS(devlink, reporter_name, health_state, time_since_last_recover),
health_state      123 include/trace/events/devlink.h 		__field(bool, health_state)
health_state      132 include/trace/events/devlink.h 		__entry->health_state = health_state;
health_state      139 include/trace/events/devlink.h 		  __entry->health_state,
health_state     4637 net/core/devlink.c 	u8 health_state;
health_state     4743 net/core/devlink.c 	if (reporter->health_state == state)
health_state     4746 net/core/devlink.c 	reporter->health_state = state;
health_state     4766 net/core/devlink.c 	reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_HEALTHY;
health_state     4831 net/core/devlink.c 	prev_health_state = reporter->health_state;
health_state     4832 net/core/devlink.c 	reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_ERROR;
health_state     4841 net/core/devlink.c 						     reporter->health_state,
health_state     4847 net/core/devlink.c 	reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_ERROR;
health_state     4953 net/core/devlink.c 		       reporter->health_state))