Searched refs:reporter (Results 1 – 2 of 2) sorted by relevance
5844 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument5846 return reporter->priv; in devlink_health_reporter_priv()5855 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local5858 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name()5859 if (!strcmp(reporter->ops->name, reporter_name)) in __devlink_health_reporter_find_by_name()5860 return reporter; in __devlink_health_reporter_find_by_name()5887 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local5892 reporter = kzalloc(sizeof(*reporter), GFP_KERNEL); in __devlink_health_reporter_create()5893 if (!reporter) in __devlink_health_reporter_create()5896 reporter->priv = priv; in __devlink_health_reporter_create()[all …]
208 im->reporter = 0; in igmp_stop_timer()842 im->reporter = 1; in igmp_timer_expire()1289 int reporter; in __igmp_group_dropped() local1304 reporter = im->reporter; in __igmp_group_dropped()1311 if (reporter) in __igmp_group_dropped()2864 im->reporter); in igmp_mc_seq_show()