Lines Matching defs:nl_table_lock
135 * Destruction of the Netlink socket may only occur *after* nl_table_lock has
139 DEFINE_RWLOCK(nl_table_lock);
140 EXPORT_SYMBOL_GPL(nl_table_lock);
143 #define nl_deref_protected(X) rcu_dereference_protected(X, lockdep_is_held(&nl_table_lock));
424 __acquires(nl_table_lock)
428 write_lock_irq(&nl_table_lock);
438 write_unlock_irq(&nl_table_lock);
440 write_lock_irq(&nl_table_lock);
449 __releases(nl_table_lock)
451 write_unlock_irq(&nl_table_lock);
462 read_lock_irqsave(&nl_table_lock, flags);
464 read_unlock_irqrestore(&nl_table_lock, flags);
1615 read_lock_irqsave(&nl_table_lock, flags);
1620 read_unlock_irqrestore(&nl_table_lock, flags);