Home
last modified time | relevance | path

Searched refs:death_lock (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/ipv4/
Dinet_timewait_sock.c234 spin_unlock(&twdr->death_lock); in inet_twdr_do_twkill_work()
241 spin_lock(&twdr->death_lock); in inet_twdr_do_twkill_work()
269 spin_lock(&twdr->death_lock); in inet_twdr_hangman()
288 spin_unlock(&twdr->death_lock); in inet_twdr_hangman()
302 spin_lock_bh(&twdr->death_lock); in inet_twdr_twkill_work()
309 spin_unlock_bh(&twdr->death_lock); in inet_twdr_twkill_work()
311 spin_lock_bh(&twdr->death_lock); in inet_twdr_twkill_work()
317 spin_unlock_bh(&twdr->death_lock); in inet_twdr_twkill_work()
330 spin_lock(&twdr->death_lock); in inet_twsk_deschedule()
336 spin_unlock(&twdr->death_lock); in inet_twsk_deschedule()
[all …]
Dtcp_minisocks.c38 .death_lock = __SPIN_LOCK_UNLOCKED(tcp_death_row.death_lock),
/linux-3.4.99/net/dccp/
Dminisocks.c31 .death_lock = __SPIN_LOCK_UNLOCKED(dccp_death_row.death_lock),
/linux-3.4.99/include/net/
Dinet_timewait_sock.h73 spinlock_t death_lock; member