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 | 83 	struct bucket_table __rcu	*tbl;  member 112 	struct bucket_table *tbl;  member
  | 
| D | fs_parser.h | 92 static inline bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size,  in validate_constant_table()
  | 
| /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 302 	struct neigh_table *tbl,  in ___neigh_lookup_noref() 325 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl,  in __neigh_lookup_noref() 349 static inline struct neighbour *neigh_create(struct neigh_table *tbl,  in neigh_create() 408 	struct neigh_table *tbl;  member 554 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat)  in __neigh_lookup() 566 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey,  in __neigh_lookup_errno()
  | 
| D | ip6_fib.h | 561 	struct fib6_table *tbl;  member
  |