Home
last modified time | relevance | path

Searched refs:cluster_scope_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/tipc/
Dname_distr.c97 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
99 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
121 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
123 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
212 read_lock_bh(&nt->cluster_scope_lock); in tipc_named_node_up()
215 read_unlock_bh(&nt->cluster_scope_lock); in tipc_named_node_up()
Dname_table.h107 rwlock_t cluster_scope_lock; member
Dname_table.c866 rwlock_init(&nt->cluster_scope_lock); in tipc_nametbl_init()