| /linux/include/linux/ |
| H A D | rhashtable.h | 729 static __always_inline struct rhlist_head *rhltable_lookup( in rhltable_lookup() 737 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup() 740 static __always_inline struct rhlist_head *rhltable_lookup_likely( in rhltable_lookup_likely() 748 return likely(he) ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup_likely() 792 struct rhlist_head *plist; in __rhashtable_insert_fast() 793 struct rhlist_head *list; in __rhashtable_insert_fast() 810 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast() 811 plist = container_of(head, struct rhlist_head, rhead); in __rhashtable_insert_fast() 841 struct rhlist_head *list; in __rhashtable_insert_fast() 843 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast() [all …]
|
| H A D | rhashtable-types.h | 23 struct rhlist_head { struct 25 struct rhlist_head __rcu *next; argument 132 struct rhlist_head *list;
|
| H A D | fprobe.h | 30 struct rhlist_head hlist;
|
| H A D | mroute_base.h | 136 struct rhlist_head mnode;
|
| H A D | perf_event.h | 193 struct rhlist_head bp_list;
|
| /linux/lib/ |
| H A D | rhashtable.c | 534 struct rhlist_head *list; in rhashtable_lookup_one() 535 struct rhlist_head *plist; in rhashtable_lookup_one() 549 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_lookup_one() 550 plist = container_of(head, struct rhlist_head, rhead); in rhashtable_lookup_one() 602 struct rhlist_head *list; in rhashtable_insert_one() 604 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_insert_one() 794 struct rhlist_head *list; in rhashtable_walk_start_check() 797 for (list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_start_check() 828 struct rhlist_head *list = iter->list; in __rhashtable_walk_find_next() 841 list = container_of(p, struct rhlist_head, in __rhashtable_walk_find_next() [all …]
|
| H A D | test_rhashtable.c | 70 struct rhlist_head list_node; 312 struct rhlist_head *h, *pos; in test_rhltable() 494 struct rhlist_head *list = container_of(pos, struct rhlist_head, rhead); in print_ht()
|
| /linux/net/ipv4/ |
| H A D | ipmr_base.c | 81 struct rhlist_head *tmp, *list; in mr_mfc_find_parent() 94 struct rhlist_head *tmp, *list; in mr_mfc_find_any_parent() 108 struct rhlist_head *tmp, *list; in mr_mfc_find_any()
|
| /linux/kernel/trace/ |
| H A D | fprobe.c | 317 struct rhlist_head *head, *pos; in fprobe_ftrace_entry() 440 struct rhlist_head *head, *pos; in fprobe_exists_on_hash() 521 struct rhlist_head *head, *pos; in fprobe_exists_on_hash() 560 struct rhlist_head *head, *pos; in fprobe_fgraph_entry()
|
| /linux/fs/nfsd/ |
| H A D | filecache.c | 674 struct rhlist_head *tmp, *list; in nfsd_file_queue_for_close() 998 struct rhlist_head *tmp, *list; in nfsd_file_lookup_locked() 1036 struct rhlist_head *tmp, *list; in nfsd_file_is_cached()
|
| H A D | state.h | 675 struct rhlist_head fi_rlist;
|
| /linux/net/sctp/ |
| H A D | input.c | 945 struct rhlist_head *tmp, *list; in sctp_hash_transport() 1001 struct rhlist_head *tmp, *list; in sctp_addrs_lookup_transport() 1033 struct rhlist_head *tmp, *list; in sctp_epaddr_lookup_transport()
|
| /linux/net/mac80211/ |
| H A D | sta_info.c | 196 struct rhlist_head *sta_info_hash_lookup(struct ieee80211_local *local, in sta_info_hash_lookup() 207 struct rhlist_head *tmp; in sta_info_get() 232 struct rhlist_head *tmp; in sta_info_get_bss() 250 struct rhlist_head *link_sta_info_hash_lookup(struct ieee80211_local *local, in link_sta_info_hash_lookup() 261 struct rhlist_head *tmp; in link_sta_info_get_bss() 289 struct rhlist_head *tmp; in ieee80211_find_sta_by_link_addrs() 321 struct rhlist_head *tmp; in sta_info_get_by_addrs() 1764 struct rhlist_head *tmp; in ieee80211_find_sta_by_ifaddr()
|
| H A D | rx.c | 5318 struct rhlist_head *tmp; in __ieee80211_rx_handle_packet()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1135 struct rhlist_head rhlhead; 1375 struct rhlist_head rhlhead;
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 325 struct rhlist_head *head, *pos; in task_bp_pinned()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 63 struct rhlist_head ht_node; 550 struct rhlist_head *tmp, *list; in mlxsw_sp1_ptp_unmatched_lookup()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 1881 struct rhlist_head *tmp, *list; in nft_chain_lookup() 3951 struct rhlist_head *list, *tmp; in nf_tables_dump_rules() 8088 struct rhlist_head *tmp, *list; in nft_obj_lookup()
|