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);
767 lockdep_is_held(&table->tb6_lock));
815 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.c1274 spin_lock_bh(&table->tb6_lock);
1279 spin_unlock_bh(&table->tb6_lock);
2836 spin_lock_bh(&table->tb6_lock);
2847 spin_unlock_bh(&table->tb6_lock);
4828 spin_lock_bh(&table->tb6_lock);
4838 spin_unlock_bh(&table->tb6_lock);
/linux-master/include/net/
H A Dip6_fib.h249 /* The callers should hold f6i->fib6_table->tb6_lock if a route has ever
258 /* The callers should hold f6i->fib6_table->tb6_lock if a route has ever
393 spinlock_t tb6_lock; member in struct:fib6_table
517 * The callers should hold f6i->fib6_table->tb6_lock.
525 * calling this function without the protection of the tb6_lock.
530 lockdep_is_held(&f6i->fib6_table->tb6_lock)))
539 * The callers should hold f6i->fib6_table->tb6_lock.

Completed in 230 milliseconds