Searched refs:bucket_table (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/lib/ |
D | rhashtable.c | 36 const struct bucket_table *tbl, in head_hashfn() 51 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held() 63 static int alloc_bucket_locks(struct rhashtable *ht, struct bucket_table *tbl, in alloc_bucket_locks() 98 static void bucket_table_free(const struct bucket_table *tbl) in bucket_table_free() 108 bucket_table_free(container_of(head, struct bucket_table, rcu)); in bucket_table_free_rcu() 111 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, in bucket_table_alloc() 115 struct bucket_table *tbl = NULL; in bucket_table_alloc() 145 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, in rhashtable_last_table() 146 struct bucket_table *tbl) in rhashtable_last_table() 148 struct bucket_table *new_tbl; in rhashtable_last_table() [all …]
|
/linux-4.4.14/include/linux/ |
D | rhashtable.h | 68 struct bucket_table { struct 77 struct bucket_table __rcu *future_tbl; argument 145 struct bucket_table __rcu *tbl; 162 struct bucket_table *tbl; 205 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index() 212 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 243 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 261 const struct bucket_table *tbl) in rht_grow_above_75() 274 const struct bucket_table *tbl) in rht_shrink_below_30() 287 const struct bucket_table *tbl) in rht_grow_above_100() [all …]
|
/linux-4.4.14/net/netlink/ |
D | diag.c | 107 const struct bucket_table *htbl = rht_dereference_rcu(ht->tbl, ht); in __netlink_diag_dump()
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.c | 164 const struct bucket_table *tbl; in sta_info_get() 192 const struct bucket_table *tbl; in sta_info_get_bss() 1102 const struct bucket_table *tbl; in ieee80211_find_sta_by_ifaddr()
|
D | status.c | 747 const struct bucket_table *tbl; in ieee80211_tx_status()
|
D | rx.c | 3496 const struct bucket_table *tbl; in __ieee80211_rx_handle_packet()
|
/linux-4.4.14/net/tipc/ |
D | socket.c | 2243 const struct bucket_table *tbl; in tipc_sk_reinit() 2685 const struct bucket_table *tbl; in tipc_nl_sk_dump()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 1421 const struct bucket_table *tbl; in glock_hash_walk()
|