Lines Matching defs:table
23 * It allows to use direct table lookups, instead of hash tables.
36 struct route4_bucket __rcu *table[256 + 1];
162 b = rcu_dereference_bh(head->table[h]);
230 b = rtnl_dereference(head->table[h1]);
287 b = rtnl_dereference(head->table[h1]);
304 RCU_INIT_POINTER(head->table[h1], NULL);
356 RCU_INIT_POINTER(head->table[to_hash(h)], NULL);
365 if (rcu_access_pointer(head->table[h1])) {
433 b = rtnl_dereference(head->table[h1]);
439 rcu_assign_pointer(head->table[h1], b);
541 b = rtnl_dereference(head->table[th]);
580 struct route4_bucket *b = rtnl_dereference(head->table[h]);