Home
last modified time | relevance | path

Searched refs:rhlist_head (Results 1 – 18 of 18) sorted by relevance

/linux/include/linux/
H A Drhashtable.h729 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 Drhashtable-types.h23 struct rhlist_head { struct
25 struct rhlist_head __rcu *next; argument
132 struct rhlist_head *list;
H A Dfprobe.h30 struct rhlist_head hlist;
H A Dmroute_base.h136 struct rhlist_head mnode;
H A Dperf_event.h193 struct rhlist_head bp_list;
/linux/lib/
H A Drhashtable.c534 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 Dtest_rhashtable.c70 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 Dipmr_base.c81 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 Dfprobe.c317 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 Dfilecache.c674 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 Dstate.h675 struct rhlist_head fi_rlist;
/linux/net/sctp/
H A Dinput.c945 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 Dsta_info.c196 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 Drx.c5318 struct rhlist_head *tmp; in __ieee80211_rx_handle_packet()
/linux/include/net/netfilter/
H A Dnf_tables.h1135 struct rhlist_head rhlhead;
1375 struct rhlist_head rhlhead;
/linux/kernel/events/
H A Dhw_breakpoint.c325 struct rhlist_head *head, *pos; in task_bp_pinned()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c63 struct rhlist_head ht_node;
550 struct rhlist_head *tmp, *list; in mlxsw_sp1_ptp_unmatched_lookup()
/linux/net/netfilter/
H A Dnf_tables_api.c1881 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()