Searched refs:hlist_for_each_entry_safe (Results 1 - 25 of 141) sorted by relevance

123456

/linux-master/kernel/
H A Duser-return-notifier.c42 hlist_for_each_entry_safe(urn, tmp2, head, link)
/linux-master/tools/include/linux/
H A Dhashtable.h122 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
145 hlist_for_each_entry_safe(obj, tmp,\
/linux-master/net/openvswitch/
H A Ddp_notify.c47 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmpfs.h50 hlist_for_each_entry_safe(hn, tmp, &(hash)[i], hlist)
/linux-master/include/linux/
H A Dhashtable.h155 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
205 hlist_for_each_entry_safe(obj, tmp,\
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c97 hlist_for_each_entry_safe(n, tmp, hhead, node) { function
117 hlist_for_each_entry_safe(n, tmp, hhead, node)
139 hlist_for_each_entry_safe(n, tmp, hhead, node) { function
/linux-master/net/batman-adv/
H A Doriginator.c269 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp,
853 hlist_for_each_entry_safe(neigh_node, node_tmp,
859 hlist_for_each_entry_safe(orig_ifinfo, node_tmp,
872 hlist_for_each_entry_safe(vlan, node_tmp, &orig_node->vlan_list, list) {
909 hlist_for_each_entry_safe(orig_node, node_tmp, function
1017 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp,
1061 hlist_for_each_entry_safe(orig_ifinfo, node_tmp,
1114 hlist_for_each_entry_safe(neigh_node, node_tmp,
1272 hlist_for_each_entry_safe(orig_node, node_tmp, function
/linux-master/drivers/net/wireguard/
H A Dratelimiter.c64 hlist_for_each_entry_safe(entry, temp, &table_v4[i], hash) {
70 hlist_for_each_entry_safe(entry, temp, &table_v6[i], hash) {
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c74 hlist_for_each_entry_safe(rule, aq_node2,
437 hlist_for_each_entry_safe(rule, aq_node2,
638 hlist_for_each_entry_safe(rule, aq_node2,
725 hlist_for_each_entry_safe(rule, aq_node2,
748 hlist_for_each_entry_safe(rule, aq_node2,
771 hlist_for_each_entry_safe(rule, aq_node2,
791 hlist_for_each_entry_safe(rule, aq_node2,
812 hlist_for_each_entry_safe(rule, aq_node2,
/linux-master/include/net/
H A Dnetrom.h165 hlist_for_each_entry_safe(__nr_neigh, node2, list, neigh_node)
171 hlist_for_each_entry_safe(__nr_node, node2, list, node_node)
/linux-master/net/mac80211/
H A Dmesh_pathtbl.c611 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list)
625 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list)
639 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list)
828 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) {
843 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) {
856 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) {
1054 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) {
/linux-master/fs/orangefs/
H A Dxattr.c72 hlist_for_each_entry_safe(cx, tmp, h, node) { function
295 hlist_for_each_entry_safe(cx, tmp, h, node) { function
386 hlist_for_each_entry_safe(cx, tmp, h, node) { function
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblc.c239 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) {
268 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) {
324 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) {
H A Dip_vs_lblcr.c405 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) {
433 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) {
488 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) {
/linux-master/net/ipv6/
H A Daddrlabel.c213 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) {
276 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) {
331 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) {
345 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) {
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c39 hlist_for_each_entry_safe(f, tmp, head, by_id) { function
83 hlist_for_each_entry_safe(f, tmp, &new_id_list, by_id) {
117 hlist_for_each_entry_safe(f, tmp, head, by_id)
581 hlist_for_each_entry_safe(f, tmp, head, by_id) { function
/linux-master/drivers/infiniband/core/
H A Diwpm_util.c170 hlist_for_each_entry_safe(map_info, tmp_hlist_node, function
198 hlist_for_each_entry_safe(map_info, tmp_hlist_node,
221 hlist_for_each_entry_safe(rem_info, tmp_hlist_node,
282 hlist_for_each_entry_safe(rem_info, tmp_hlist_node, function
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c114 hlist_for_each_entry_safe(e, n, del_list_head, list_entry) { function
151 hlist_for_each_entry_safe(ep, n, add_list_head, list_entry) { function
226 hlist_for_each_entry_safe(e, n, &vsi->arfs_fltr_list[idx], list_entry)
557 hlist_for_each_entry_safe(r, n, &vsi->arfs_fltr_list[i],
/linux-master/io_uring/
H A Dfutex.c133 hlist_for_each_entry_safe(req, tmp, &ctx->futex_list, hash_node) {
159 hlist_for_each_entry_safe(req, tmp, &ctx->futex_list, hash_node) {
H A Dwaitid.c170 hlist_for_each_entry_safe(req, tmp, &ctx->waitid_list, hash_node) {
196 hlist_for_each_entry_safe(req, tmp, &ctx->waitid_list, hash_node) {
/linux-master/lib/
H A Ddebugobjects.c329 hlist_for_each_entry_safe(obj, tmp, &tofree, node) {
440 hlist_for_each_entry_safe(obj, tmp, &percpu_pool->free_objs, node) {
477 hlist_for_each_entry_safe(obj, tmp, &freelist, node) {
979 hlist_for_each_entry_safe(obj, tmp, &db->list, node) {
1329 hlist_for_each_entry_safe(obj, tmp, &obj_pool, node)
1352 hlist_for_each_entry_safe(obj, tmp, &objects, node) {
/linux-master/net/nfc/
H A Dllcp_commands.c185 hlist_for_each_entry_safe(sdp, n, head, node) { function
566 hlist_for_each_entry_safe(sdp, n, tlv_list, node) { function
596 hlist_for_each_entry_safe(sdreq, n, tlv_list, node) { function
/linux-master/net/atm/
H A Dlec.c1474 hlist_for_each_entry_safe(entry, next,
1482 hlist_for_each_entry_safe(entry, next,
1491 hlist_for_each_entry_safe(entry, next,
1500 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) {
1667 hlist_for_each_entry_safe(entry, next,
1801 hlist_for_each_entry_safe(entry, next,
1841 hlist_for_each_entry_safe(entry, next,
2159 hlist_for_each_entry_safe(entry, next,
2170 hlist_for_each_entry_safe(entry, next,
2180 hlist_for_each_entry_safe(entr
[all...]
/linux-master/net/mctp/
H A Daf_mctp.c490 hlist_for_each_entry_safe(key, tmp, &msk->keys, sklist) {
582 hlist_for_each_entry_safe(key, tmp, &msk->keys, sklist) {
652 hlist_for_each_entry_safe(key, tmp, &msk->keys, sklist) {
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_internal.h283 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)

Completed in 391 milliseconds

123456