Home
last modified time | relevance | path

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

/linux/net/handshake/
H A Drequest.c173 spin_lock_bh(&hn->hn_lock); in remove_pending()
179 spin_unlock_bh(&hn->hn_lock); in remove_pending()
200 spin_lock_bh(&hn->hn_lock); in handshake_req_next()
206 * hn_lock. A concurrent handshake_req_cancel() can drop in handshake_req_next()
215 spin_unlock_bh(&hn->hn_lock); in handshake_req_next()
289 spin_lock_bh(&hn->hn_lock); in handshake_req_submit()
298 spin_unlock_bh(&hn->hn_lock); in handshake_req_submit()
311 spin_unlock_bh(&hn->hn_lock); in handshake_req_submit()
H A Dnetlink.c184 spin_lock_init(&hn->hn_lock); in handshake_net_init()
202 spin_lock_bh(&hn->hn_lock); in handshake_net_exit()
207 spin_unlock_bh(&hn->hn_lock); in handshake_net_exit()
H A Dhandshake.h15 spinlock_t hn_lock; /* protects next 3 fields */ member