Home
last modified time | relevance | path

Searched refs:ntbl (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c883 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_get() local
890 htbl = rcu_dereference_bh(ntbl->htbl); in ipoib_neigh_get()
918 struct ipoib_neigh_table *ntbl = &priv->ntbl; in __ipoib_reap_neigh() local
930 htbl = rcu_dereference_protected(ntbl->htbl, in __ipoib_reap_neigh()
1005 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_alloc() local
1010 htbl = rcu_dereference_protected(ntbl->htbl, in ipoib_neigh_alloc()
1050 atomic_inc(&ntbl->entries); in ipoib_neigh_alloc()
1076 if (atomic_dec_and_test(&priv->ntbl.entries)) { in ipoib_neigh_dtor()
1078 complete(&priv->ntbl.flushed); in ipoib_neigh_dtor()
1094 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_free() local
[all …]
Dipoib.h287 struct ipoib_neigh_table *ntbl; member
325 struct ipoib_neigh_table ntbl; member