Searched refs:tbl (Results 1 – 10 of 10) sorted by relevance
| /include/linux/ |
| A D | rhashtable.h | 289 return unlikely(tbl->nest) ? rht_bucket_nested(tbl, hash) : in rht_bucket() 296 return unlikely(tbl->nest) ? __rht_bucket_nested(tbl, hash) : in rht_bucket_var() 435 tbl, hash) 461 rht_ptr(rht_bucket(tbl, hash), tbl, hash), \ 602 tbl = rht_dereference_rcu(ht->tbl, ht); in __rhashtable_lookup() 622 tbl = rht_dereference_rcu(tbl->future_tbl, ht); in __rhashtable_lookup() 724 tbl = rht_dereference_rcu(ht->tbl, ht); in __rhashtable_insert_fast() 1086 tbl = rht_dereference_rcu(ht->tbl, ht); in __rhashtable_remove_fast() 1095 (tbl = rht_dereference_rcu(tbl->future_tbl, ht))) in __rhashtable_remove_fast() 1221 tbl = rht_dereference_rcu(ht->tbl, ht); in rhashtable_replace_fast() [all …]
|
| A D | rhashtable-types.h | 83 struct bucket_table __rcu *tbl; member 112 struct bucket_table *tbl; member
|
| A D | fs_parser.h | 85 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
|
| /include/net/ |
| A D | neighbour.h | 78 struct neigh_table *tbl; member 136 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) argument 141 struct neigh_table *tbl; member 249 return p->tbl->family; in neigh_parms_family() 257 return (char *)n + n->tbl->entry_size; in neighbour_priv() 302 struct neigh_table *tbl, in ___neigh_lookup_noref() argument 326 return ___neigh_lookup_noref(tbl, tbl->key_eq, tbl->hash, pkey, dev); in __neigh_lookup_noref() 370 struct neigh_table *tbl); 405 struct neigh_table *tbl; member 558 n = neigh_create(tbl, pkey, dev); in __neigh_lookup() [all …]
|
| A D | ipv6_stubs.h | 88 int dif, int sdif, struct udp_table *tbl,
|
| A D | udp.h | 430 struct udp_table *tbl, struct sk_buff *skb); 440 int dif, int sdif, struct udp_table *tbl,
|
| A D | ip6_fib.h | 552 struct fib6_table *tbl; member
|
| /include/trace/events/ |
| A D | neigh.h | 29 TP_ARGS(tbl, dev, pkey, n, exempt_from_gc), 44 __entry->family = tbl->family; 46 __entry->entries = atomic_read(&tbl->gc_entries); 51 if (tbl->family == AF_INET) 57 if (tbl->family == AF_INET6) { 105 __entry->family = n->tbl->family; 117 if (n->tbl->family == AF_INET) 123 if (n->tbl->family == AF_INET6) { 182 __entry->family = n->tbl->family; 194 if (n->tbl->family == AF_INET) [all …]
|
| /include/linux/fsl/ |
| A D | ntmp.h | 56 struct netc_tbl_vers tbl; member
|
| /include/linux/soc/qcom/ |
| A D | geni-se.h | 506 int geni_se_clk_tbl_get(struct geni_se *se, unsigned long **tbl);
|
Completed in 19 milliseconds