Home
last modified time | relevance | path

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

/linux/lib/
H A Drhashtable.c75 static void nested_table_free(union nested_table *ntbl, unsigned int size) in nested_table_free() argument
81 ntbl = rcu_dereference_protected(ntbl->table, 1); in nested_table_free()
82 if (!ntbl) in nested_table_free()
88 nested_table_free(ntbl + i, size); in nested_table_free()
91 kfree(ntbl); in nested_table_free()
98 union nested_table *ntbl; in nested_bucket_table_free() local
101 ntbl = nested_table_top(tbl); in nested_bucket_table_free()
104 nested_table_free(ntbl + i, size); in nested_bucket_table_free()
106 kfree(ntbl); in nested_bucket_table_free()
134 union nested_table *ntbl; in nested_table_alloc() local
[all …]
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1345 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_get() local
1352 htbl = rcu_dereference_bh(ntbl->htbl); in ipoib_neigh_get()
1382 struct ipoib_neigh_table *ntbl = &priv->ntbl; in __ipoib_reap_neigh() local
1392 htbl = rcu_dereference_protected(ntbl->htbl, in __ipoib_reap_neigh()
1467 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_alloc() local
1472 htbl = rcu_dereference_protected(ntbl->htbl, in ipoib_neigh_alloc()
1512 atomic_inc(&ntbl->entries); in ipoib_neigh_alloc()
1538 if (atomic_dec_and_test(&priv->ntbl.entries)) { in ipoib_neigh_dtor()
1540 complete(&priv->ntbl.flushed); in ipoib_neigh_dtor()
1556 struct ipoib_neigh_table *ntbl = &priv->ntbl; in ipoib_neigh_free() local
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c632 int ntbl; in ip_vs_conn_fill_cport() local
646 ntbl = 0; in ip_vs_conn_fill_cport()
657 ntbl++; in ip_vs_conn_fill_cport()
659 if (ntbl >= 2) { in ip_vs_conn_fill_cport()