Searched defs:tbl (Results 1 – 5 of 5) 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() 156 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 165 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 183 const struct bucket_table *tbl) in rht_grow_above_75() 196 const struct bucket_table *tbl) in rht_shrink_below_30() 209 const struct bucket_table *tbl) in rht_grow_above_100() 221 const struct bucket_table *tbl) in rht_grow_above_max() 235 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held() 277 #define rht_dereference_bucket(p, tbl, hash) \ argument 280 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument [all …]
|
D | rhashtable-types.h | 82 struct bucket_table __rcu *tbl; member 108 struct bucket_table *tbl; member
|
D | fs_parser.h | 89 static inline bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table()
|
/include/net/ |
D | neighbour.h | 76 struct neigh_table *tbl; member 135 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) argument 139 struct neigh_table *tbl; member 286 struct neigh_table *tbl, in ___neigh_lookup_noref() 309 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() 322 static inline struct neighbour *neigh_create(struct neigh_table *tbl, in neigh_create() 382 struct neigh_table *tbl; member 521 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() 533 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey, in __neigh_lookup_errno()
|
D | ip6_fib.h | 527 struct fib6_table *tbl; member
|