Searched refs:reporter (Results 1 – 2 of 2) sorted by relevance
6665 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument6667 return reporter->priv; in devlink_health_reporter_priv()6676 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local6679 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name()6680 if (!strcmp(reporter->ops->name, reporter_name)) in __devlink_health_reporter_find_by_name()6681 return reporter; in __devlink_health_reporter_find_by_name()6708 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local6713 reporter = kzalloc(sizeof(*reporter), GFP_KERNEL); in __devlink_health_reporter_create()6714 if (!reporter) in __devlink_health_reporter_create()6717 reporter->priv = priv; in __devlink_health_reporter_create()[all …]
208 im->reporter = 0; in igmp_stop_timer()849 im->reporter = 1; in igmp_timer_expire()1296 int reporter; in __igmp_group_dropped() local1311 reporter = im->reporter; in __igmp_group_dropped()1318 if (reporter) in __igmp_group_dropped()2877 im->reporter); in igmp_mc_seq_show()