Home
last modified time | relevance | path

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

/linux-6.6.21/net/handshake/
Drequest.c171 spin_lock(&hn->hn_lock); in remove_pending()
176 spin_unlock(&hn->hn_lock); in remove_pending()
186 spin_lock(&hn->hn_lock); in handshake_req_next()
194 spin_unlock(&hn->hn_lock); in handshake_req_next()
253 spin_lock(&hn->hn_lock); in handshake_req_submit()
262 spin_unlock(&hn->hn_lock); in handshake_req_submit()
278 spin_unlock(&hn->hn_lock); in handshake_req_submit()
Dnetlink.c188 spin_lock_init(&hn->hn_lock); in handshake_net_init()
206 spin_lock(&hn->hn_lock); in handshake_net_exit()
209 spin_unlock(&hn->hn_lock); in handshake_net_exit()
Dhandshake.h15 spinlock_t hn_lock; /* protects next 3 fields */ member