Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Ddevlink.c52 struct mutex reporters_lock; /* protects reporter_list */ member
7401 &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 …]
/Linux-v6.1/include/net/
Ddevlink.h137 struct mutex reporters_lock; /* Protects reporter_list */ member