Lines Matching defs:nl_table_lock
139 * Destruction of the Netlink socket may only occur *after* nl_table_lock has
143 DEFINE_RWLOCK(nl_table_lock);
144 EXPORT_SYMBOL_GPL(nl_table_lock);
147 #define nl_deref_protected(X) rcu_dereference_protected(X, lockdep_is_held(&nl_table_lock));
432 __acquires(nl_table_lock)
436 write_lock_irq(&nl_table_lock);
446 write_unlock_irq(&nl_table_lock);
448 write_lock_irq(&nl_table_lock);
457 __releases(nl_table_lock)
459 write_unlock_irq(&nl_table_lock);
470 read_lock_irqsave(&nl_table_lock, flags);
472 read_unlock_irqrestore(&nl_table_lock, flags);
1637 read_lock_irqsave(&nl_table_lock, flags);
1642 read_unlock_irqrestore(&nl_table_lock, flags);