Searched refs:ntbl (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib.h297 struct ipoib_neigh_table *ntbl; member in struct:ipoib_neigh_hash
345 struct ipoib_neigh_table ntbl; member in struct:ipoib_dev_priv
H A Dipoib_main.c1300 struct ipoib_neigh_table *ntbl = &priv->ntbl; local
1307 htbl = rcu_dereference_bh(ntbl->htbl);
1337 struct ipoib_neigh_table *ntbl = &priv->ntbl; local
1347 htbl = rcu_dereference_protected(ntbl->htbl,
1422 struct ipoib_neigh_table *ntbl = &priv->ntbl; local
1427 htbl = rcu_dereference_protected(ntbl->htbl,
1467 atomic_inc(&ntbl
1511 struct ipoib_neigh_table *ntbl = &priv->ntbl; local
1546 struct ipoib_neigh_table *ntbl = &priv->ntbl; local
1582 struct ipoib_neigh_table *ntbl = htbl->ntbl; local
1592 struct ipoib_neigh_table *ntbl = &priv->ntbl; local
1632 struct ipoib_neigh_table *ntbl = &priv->ntbl; local
[all...]
/linux-master/lib/
H A Drhashtable.c75 static void nested_table_free(union nested_table *ntbl, unsigned int size) argument
81 ntbl = rcu_dereference_protected(ntbl->table, 1);
82 if (!ntbl)
88 nested_table_free(ntbl + i, size);
91 kfree(ntbl);
98 union nested_table *ntbl; local
101 ntbl = nested_table_top(tbl);
104 nested_table_free(ntbl + i, size);
106 kfree(ntbl);
126 union nested_table *ntbl; local
1185 union nested_table *ntbl; local
1224 union nested_table *ntbl; local
[all...]

Completed in 203 milliseconds