Searched refs:reporters_lock (Results 1 – 2 of 2) sorted by relevance
52 struct mutex reporters_lock; /* protects reporter_list */ member7401 &devlink->reporters_lock, in devlink_health_reporter_find_by_name()7410 &devlink_port->reporters_lock, in devlink_port_health_reporter_find_by_name()7455 mutex_lock(&port->reporters_lock); in devlink_port_health_reporter_create()7457 &port->reporters_lock, ops->name)) { in devlink_port_health_reporter_create()7470 mutex_unlock(&port->reporters_lock); in devlink_port_health_reporter_create()7490 mutex_lock(&devlink->reporters_lock); in devlink_health_reporter_create()7503 mutex_unlock(&devlink->reporters_lock); in devlink_health_reporter_create()7539 struct mutex *lock = &reporter->devlink->reporters_lock; in devlink_health_reporter_destroy()7555 struct mutex *lock = &reporter->devlink_port->reporters_lock; in devlink_port_health_reporter_destroy()[all …]
137 struct mutex reporters_lock; /* Protects reporter_list */ member