hh_lock           241 include/linux/netdevice.h 	seqlock_t	hh_lock;
hh_lock           454 include/net/neighbour.h 		seq = read_seqbegin(&hh->hh_lock);
hh_lock           457 include/net/neighbour.h 	} while (read_seqretry(&hh->hh_lock, seq));
hh_lock           469 include/net/neighbour.h 		seq = read_seqbegin(&hh->hh_lock);
hh_lock           491 include/net/neighbour.h 	} while (read_seqretry(&hh->hh_lock, seq));
hh_lock           409 net/core/neighbour.c 	seqlock_init(&n->hh.hh_lock);
hh_lock          1198 net/core/neighbour.c 			write_seqlock_bh(&hh->hh_lock);
hh_lock          1200 net/core/neighbour.c 			write_sequnlock_bh(&hh->hh_lock);