Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1111 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_get() local
1118 htbl = rcu_dereference_bh(ntbl->htbl); in ipoib_neigh_get()
1146 struct ipoib_neigh_table *ntbl = &priv->ntbl; in __ipoib_reap_neigh() local
1161 htbl = rcu_dereference_protected(ntbl->htbl, in __ipoib_reap_neigh()
1253 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_alloc() local
1258 htbl = rcu_dereference_protected(ntbl->htbl, in ipoib_neigh_alloc()
1298 atomic_inc(&ntbl->entries); in ipoib_neigh_alloc()
1324 if (atomic_dec_and_test(&priv->ntbl.entries)) { in ipoib_neigh_dtor()
1326 complete(&priv->ntbl.flushed); in ipoib_neigh_dtor()
1342 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