Searched refs:reporter_list (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/net/core/ |
D | devlink.c | 51 struct list_head reporter_list; member 7386 __devlink_health_reporter_find_by_name(struct list_head *reporter_list, in __devlink_health_reporter_find_by_name() argument 7393 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name() 7403 return __devlink_health_reporter_find_by_name(&devlink->reporter_list, in devlink_health_reporter_find_by_name() 7412 return __devlink_health_reporter_find_by_name(&devlink_port->reporter_list, in devlink_port_health_reporter_find_by_name() 7459 if (__devlink_health_reporter_find_by_name(&port->reporter_list, in devlink_port_health_reporter_create() 7471 list_add_tail(&reporter->list, &port->reporter_list); in devlink_port_health_reporter_create() 7504 list_add_tail(&reporter->list, &devlink->reporter_list); in devlink_health_reporter_create() 7912 list_for_each_entry(reporter, &devlink->reporter_list, in devlink_nl_cmd_health_reporter_get_dumpit() 7937 list_for_each_entry(reporter, &port->reporter_list, list) { in devlink_nl_cmd_health_reporter_get_dumpit() [all …]
|
/linux-6.1.9/include/net/ |
D | devlink.h | 136 struct list_head reporter_list; member
|