Searched refs:tb6_lock (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/ipv6/
H A Dip6_fib.c112 lockdep_is_held(&f6i->fib6_table->tb6_lock));
228 spin_lock_init(&tb->tb6_lock);
475 spin_lock_bh(&tb->tb6_lock);
477 spin_unlock_bh(&tb->tb6_lock);
590 spin_lock_bh(&table->tb6_lock);
592 spin_unlock_bh(&table->tb6_lock);
609 spin_lock_bh(&table->tb6_lock);
611 spin_unlock_bh(&table->tb6_lock);
766 lockdep_is_held(&table->tb6_lock));
814 lockdep_is_held(&table->tb6_lock))
[all...]
H A Droute.c905 spin_lock_bh(&leaf->fib6_table->tb6_lock);
909 spin_unlock_bh(&leaf->fib6_table->tb6_lock);
995 spin_lock_bh(&table->tb6_lock);
1005 spin_unlock_bh(&table->tb6_lock);
1299 /* ip6_ins_rt is called with FREE table->tb6_lock.
1312 spin_lock_bh(&table->tb6_lock);
1314 spin_unlock_bh(&table->tb6_lock);
1736 spin_lock_bh(&f6i->fib6_table->tb6_lock);
1738 spin_unlock_bh(&f6i->fib6_table->tb6_lock);
3873 spin_lock_bh(&table->tb6_lock);
[all...]
H A Dndisc.c1419 spin_lock_bh(&table->tb6_lock);
1424 spin_unlock_bh(&table->tb6_lock);
H A Daddrconf.c1273 spin_lock_bh(&table->tb6_lock);
1278 spin_unlock_bh(&table->tb6_lock);
2835 spin_lock_bh(&table->tb6_lock);
2846 spin_unlock_bh(&table->tb6_lock);
4827 spin_lock_bh(&table->tb6_lock);
4837 spin_unlock_bh(&table->tb6_lock);
/linux-master/include/net/
H A Dip6_fib.h247 /* The callers should hold f6i->fib6_table->tb6_lock if a route has ever
256 /* The callers should hold f6i->fib6_table->tb6_lock if a route has ever
391 spinlock_t tb6_lock; member in struct:fib6_table
515 * The callers should hold f6i->fib6_table->tb6_lock.
523 * calling this function without the protection of the tb6_lock.
528 lockdep_is_held(&f6i->fib6_table->tb6_lock)))
537 * The callers should hold f6i->fib6_table->tb6_lock.

Completed in 302 milliseconds