Searched refs:rhash_head (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/include/linux/
H A Drhashtable.h51 struct rhash_head { struct
52 struct rhash_head __rcu *next;
78 struct rhash_head __rcu *buckets[] ____cacheline_aligned_in_smp;
103 * @head_offset: Offset of rhash_head in struct to be hashed
174 struct rhash_head *p;
188 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) rht_is_a_nulls()
193 static inline unsigned long rht_get_nulls_value(const struct rhash_head *ptr) rht_get_nulls_value()
199 const struct rhash_head *he) rht_obj()
243 const struct rhash_head *he, const struct rhashtable_params params) rht_head_hashfn()
343 struct rhash_head *obj,
375 * @pos: the &struct rhash_head to use as a loop cursor.
376 * @head: the previous &struct rhash_head to continue from
387 * @pos: the &struct rhash_head to use as a loop cursor.
397 * @pos: the &struct rhash_head to use as a loop cursor.
398 * @head: the previous &struct rhash_head to continue from
401 * @member: name of the &struct rhash_head within the hashable struct.
411 * @pos: the &struct rhash_head to use as a loop cursor.
414 * @member: name of the &struct rhash_head within the hashable struct.
423 * @pos: the &struct rhash_head to use as a loop cursor.
424 * @next: the &struct rhash_head to use as next in loop cursor.
427 * @member: name of the &struct rhash_head within the hashable struct.
443 * @pos: the &struct rhash_head to use as a loop cursor.
444 * @head: the previous &struct rhash_head to continue from
460 * @pos: the &struct rhash_head to use as a loop cursor.
474 * @pos: the &struct rhash_head to use as a loop cursor.
475 * @head: the previous &struct rhash_head to continue from
478 * @member: name of the &struct rhash_head within the hashable struct.
493 * @pos: the &struct rhash_head to use as a loop cursor.
496 * @member: name of the &struct rhash_head within the hashable struct.
535 struct rhash_head *he; rhashtable_lookup_fast()
565 struct rhashtable *ht, const void *key, struct rhash_head *obj, __rhashtable_insert_fast()
573 struct rhash_head *head; __rhashtable_insert_fast()
670 struct rhashtable *ht, struct rhash_head *obj, rhashtable_insert_fast()
698 struct rhashtable *ht, struct rhash_head *obj, rhashtable_lookup_insert_fast()
732 struct rhashtable *ht, const void *key, struct rhash_head *obj, rhashtable_lookup_insert_key()
743 struct rhash_head *obj, const struct rhashtable_params params) __rhashtable_remove_fast()
745 struct rhash_head __rcu **pprev; __rhashtable_remove_fast()
746 struct rhash_head *he; __rhashtable_remove_fast()
789 struct rhashtable *ht, struct rhash_head *obj, rhashtable_remove_fast()
/linux-4.1.27/lib/
H A Dtest_rhashtable.c38 struct rhash_head node;
83 struct rhash_head *pos; test_bucket_stats()
124 struct rhash_head *pos, *next; test_rhashtable()
H A Drhashtable.c37 const struct rhash_head *he) head_hashfn()
163 struct rhash_head __rcu **pprev = &old_tbl->buckets[old_hash]; rhashtable_rehash_one()
165 struct rhash_head *head, *next, *entry; rhashtable_rehash_one()
386 struct rhash_head *head; rhashtable_check_elasticity()
436 struct rhash_head *obj, rhashtable_insert_slow()
439 struct rhash_head *head; rhashtable_insert_slow()
586 struct rhash_head *p = iter->p; rhashtable_walk_next()
687 * struct rhash_head node;
701 * struct rhash_head node;
826 struct rhash_head *pos, *next; rhashtable_free_and_destroy()
/linux-4.1.27/net/netlink/
H A Daf_netlink.h54 struct rhash_head node;
H A Ddiag.c117 struct rhash_head *pos; __netlink_diag_dump()
/linux-4.1.27/net/netfilter/
H A Dnft_hash.c33 struct rhash_head node;
/linux-4.1.27/net/mac80211/
H A Dsta_info.c162 struct rhash_head *tmp; sta_info_get()
190 struct rhash_head *tmp; sta_info_get_bss()
1084 struct rhash_head *tmp; ieee80211_find_sta_by_ifaddr()
H A Dsta_info.h346 struct rhash_head hash_node;
H A Dstatus.c658 struct rhash_head *tmp; ieee80211_tx_status()
H A Drx.c3461 struct rhash_head *tmp; __ieee80211_rx_handle_packet()
/linux-4.1.27/net/tipc/
H A Dsocket.c100 struct rhash_head node;
2234 struct rhash_head *pos; tipc_sk_reinit()
2676 struct rhash_head *pos; tipc_nl_sk_dump()

Completed in 554 milliseconds