Home
last modified time | relevance | path

Searched refs:reporters_lock (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/core/
Ddevlink.c6690 &devlink->reporters_lock, in devlink_health_reporter_find_by_name()
6699 &devlink_port->reporters_lock, in devlink_port_health_reporter_find_by_name()
6744 mutex_lock(&port->reporters_lock); in devlink_port_health_reporter_create()
6746 &port->reporters_lock, ops->name)) { in devlink_port_health_reporter_create()
6759 mutex_unlock(&port->reporters_lock); in devlink_port_health_reporter_create()
6779 mutex_lock(&devlink->reporters_lock); in devlink_health_reporter_create()
6792 mutex_unlock(&devlink->reporters_lock); in devlink_health_reporter_create()
6828 struct mutex *lock = &reporter->devlink->reporters_lock; in devlink_health_reporter_destroy()
6844 struct mutex *lock = &reporter->devlink_port->reporters_lock; in devlink_port_health_reporter_destroy()
7088 mutex_lock(&devlink->reporters_lock); in devlink_health_reporter_get_from_attrs()
[all …]
/Linux-v5.15/include/net/
Ddevlink.h44 struct mutex reporters_lock; /* protects reporter_list */ member
173 struct mutex reporters_lock; /* Protects reporter_list */ member