Home
last modified time | relevance | path

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

/linux/net/handshake/
H A Drequest.c170 spin_lock(&hn->hn_lock); in remove_pending()
175 spin_unlock(&hn->hn_lock); in remove_pending()
185 spin_lock(&hn->hn_lock); in handshake_req_next()
193 spin_unlock(&hn->hn_lock); in handshake_req_next()
252 spin_lock(&hn->hn_lock); in handshake_req_submit()
261 spin_unlock(&hn->hn_lock); in handshake_req_submit()
277 spin_unlock(&hn->hn_lock); in handshake_req_submit()
H A Dnetlink.c187 spin_lock_init(&hn->hn_lock); in handshake_net_init()
205 spin_lock(&hn->hn_lock); in handshake_net_exit()
208 spin_unlock(&hn->hn_lock); in handshake_net_exit()
H A Dhandshake.h15 spinlock_t hn_lock; /* protects next 3 fields */ member