Searched refs:tbl (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | rhashtable.h | 119 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index() argument 122 return hash & (tbl->size - 1); in rht_bucket_index() 156 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() argument 159 unsigned int hash = rht_key_get_hash(ht, key, params, tbl->hash_rnd); in rht_key_hashfn() 161 return rht_bucket_index(tbl, hash); in rht_key_hashfn() 165 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() argument 171 rht_bucket_index(tbl, params.obj_hashfn(ptr, params.key_len ?: in rht_head_hashfn() 173 tbl->hash_rnd)) : in rht_head_hashfn() 174 rht_key_hashfn(ht, tbl, ptr + params.key_offset, params); in rht_head_hashfn() 183 const struct bucket_table *tbl) in rht_grow_above_75() argument [all …]
|
D | rhashtable-types.h | 82 struct bucket_table __rcu *tbl; member 108 struct bucket_table *tbl; member
|
D | fs_parser.h | 93 extern int __lookup_constant(const struct constant_table tbl[], size_t tbl_size, 98 extern bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, 102 static inline bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table() argument
|
D | qcom-geni-se.h | 407 int geni_se_clk_tbl_get(struct geni_se *se, unsigned long **tbl);
|
/include/net/ |
D | neighbour.h | 75 struct neigh_table *tbl; member 132 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) argument 136 struct neigh_table *tbl; member 240 return p->tbl->family; in neigh_parms_family() 248 return (char *)n + n->tbl->entry_size; in neighbour_priv() 277 struct neigh_table *tbl, in ___neigh_lookup_noref() argument 285 struct neigh_hash_table *nht = rcu_dereference_bh(tbl->nht); in ___neigh_lookup_noref() 300 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() argument 304 return ___neigh_lookup_noref(tbl, tbl->key_eq, tbl->hash, pkey, dev); in __neigh_lookup_noref() 307 void neigh_table_init(int index, struct neigh_table *tbl); [all …]
|
D | ipv6_stubs.h | 70 int dif, int sdif, struct udp_table *tbl,
|
D | udp.h | 309 struct udp_table *tbl, struct sk_buff *skb); 319 int dif, int sdif, struct udp_table *tbl,
|
D | ip6_fib.h | 479 struct fib6_table *tbl; member
|
/include/trace/events/ |
D | neigh.h | 25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev, 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; [all …]
|