Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Ddevlink.c5862 &devlink->reporters_lock, in devlink_health_reporter_find_by_name()
5871 &devlink_port->reporters_lock, in devlink_port_health_reporter_find_by_name()
5916 mutex_lock(&port->reporters_lock); in devlink_port_health_reporter_create()
5918 &port->reporters_lock, ops->name)) { in devlink_port_health_reporter_create()
5931 mutex_unlock(&port->reporters_lock); in devlink_port_health_reporter_create()
5951 mutex_lock(&devlink->reporters_lock); in devlink_health_reporter_create()
5964 mutex_unlock(&devlink->reporters_lock); in devlink_health_reporter_create()
6000 struct mutex *lock = &reporter->devlink->reporters_lock; in devlink_health_reporter_destroy()
6016 struct mutex *lock = &reporter->devlink_port->reporters_lock; in devlink_port_health_reporter_destroy()
6261 mutex_lock(&devlink->reporters_lock); in devlink_health_reporter_get_from_attrs()
[all …]
/Linux-v5.10/include/net/
Ddevlink.h42 struct mutex reporters_lock; /* protects reporter_list */ member
137 struct mutex reporters_lock; /* Protects reporter_list */ member