Searched refs:bucket_table (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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 …]
|
D | test_rhashtable.c | 85 struct bucket_table *tbl; in test_bucket_stats() 122 struct bucket_table *tbl; in test_rhashtable()
|
/linux-4.1.27/include/linux/ |
D | rhashtable.h | 67 struct bucket_table { struct 76 struct bucket_table __rcu *future_tbl; argument 144 struct bucket_table __rcu *tbl; 161 struct bucket_table *tbl; 204 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index() 211 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 242 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 260 const struct bucket_table *tbl) in rht_grow_above_75() 273 const struct bucket_table *tbl) in rht_shrink_below_30() 286 const struct bucket_table *tbl) in rht_grow_above_100() [all …]
|
/linux-4.1.27/net/netlink/ |
D | diag.c | 107 const struct bucket_table *htbl = rht_dereference_rcu(ht->tbl, ht); in __netlink_diag_dump()
|
/linux-4.1.27/net/mac80211/ |
D | sta_info.c | 163 const struct bucket_table *tbl; in sta_info_get() 191 const struct bucket_table *tbl; in sta_info_get_bss() 1085 const struct bucket_table *tbl; in ieee80211_find_sta_by_ifaddr()
|
D | status.c | 667 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.1.27/net/tipc/ |
D | socket.c | 2233 const struct bucket_table *tbl; in tipc_sk_reinit() 2675 const struct bucket_table *tbl; in tipc_nl_sk_dump()
|