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 | 83 struct bucket_table __rcu *tbl; member 112 struct bucket_table *tbl; member
|
| D | fs_parser.h | 84 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found); 87 extern bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, 92 static inline bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table() argument
|
| /include/net/ |
| D | neighbour.h | 78 struct neigh_table *tbl; member 138 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) argument 142 struct neigh_table *tbl; member 257 return p->tbl->family; in neigh_parms_family() 265 return (char *)n + n->tbl->entry_size; in neighbour_priv() 302 struct neigh_table *tbl, in ___neigh_lookup_noref() argument 310 struct neigh_hash_table *nht = rcu_dereference(tbl->nht); in ___neigh_lookup_noref() 325 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() argument 329 return ___neigh_lookup_noref(tbl, tbl->key_eq, tbl->hash, pkey, dev); in __neigh_lookup_noref() 343 void neigh_table_init(int index, struct neigh_table *tbl); [all …]
|
| D | ipv6_stubs.h | 88 int dif, int sdif, struct udp_table *tbl,
|
| D | udp.h | 305 struct udp_table *tbl, struct sk_buff *skb); 315 int dif, int sdif, struct udp_table *tbl,
|
| D | ip6_fib.h | 561 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 …]
|
| /include/linux/soc/qcom/ |
| D | geni-se.h | 506 int geni_se_clk_tbl_get(struct geni_se *se, unsigned long **tbl);
|