| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | bat_algo.c | 41 hlist_for_each_entry(bat_algo_ops_tmp, &batadv_algo_list, list) { in batadv_algo_get() 128 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_seq_print_text() 213 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_dump()
|
| H A D | tvlv.c | 137 hlist_for_each_entry(tvlv_tmp, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_get() 169 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_list_size() 335 hlist_for_each_entry(tvlv, &bat_priv->tvlv.container_list, list) { in batadv_tvlv_container_ogm_append()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk.c | 305 hlist_for_each_entry(child, &core->children, child_node) { in __clk_lookup_subtree() 323 hlist_for_each_entry(root_clk, &clk_root_list, child_node) { in clk_core_lookup() 330 hlist_for_each_entry(root_clk, &clk_orphan_list, child_node) { in clk_core_lookup() 629 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries() 632 hlist_for_each_entry(clk_user, &core->clks, clks_node) in clk_core_get_boundaries() 647 hlist_for_each_entry(user, &core->clks, clks_node) in clk_core_check_boundaries() 1095 hlist_for_each_entry(child, &core->children, child_node) { in clk_core_save_context() 1114 hlist_for_each_entry(child, &core->children, child_node) in clk_core_restore_context() 1130 hlist_for_each_entry(clk, &clk_root_list, child_node) { in clk_save_context() 1136 hlist_for_each_entry(clk, &clk_orphan_list, child_node) { in clk_save_context() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_hashtab.c | 73 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list() 86 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key() 124 hlist_for_each_entry(entry, h_list, head) { in drm_ht_insert_item()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | hashtable.h | 108 hlist_for_each_entry(obj, &name[bkt], member) 133 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hashtable.h | 129 hlist_for_each_entry(obj, &name[bkt], member) 166 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svcauth.c | 176 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup() 229 hlist_for_each_entry(hp, &auth_domain_table[h], hash) in auth_domain_cleanup()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 169 #define hlist_for_each_entry(pos, head, member) \ macro 293 hlist_for_each_entry(obj, &name[bkt], member) 310 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | netrom.h | 161 hlist_for_each_entry(__nr_neigh, list, neigh_node) 167 hlist_for_each_entry(__nr_node, list, node_node)
|
| H A D | ax25.h | 169 hlist_for_each_entry(__ax25, list, uid_node) 281 hlist_for_each_entry(__ax25, list, ax25_node)
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | cookie.c | 474 hlist_for_each_entry(object, &cookie->backing_objects, in fscache_alloc_object() 555 hlist_for_each_entry(p, &cookie->backing_objects, cookie_link) { in fscache_attach_object() 565 hlist_for_each_entry(p, &cookie->parent->backing_objects, in fscache_attach_object() 683 hlist_for_each_entry(object, in __fscache_update_cookie() 734 hlist_for_each_entry(object, &cookie->backing_objects, cookie_link) { in __fscache_disable_cookie()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 672 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) \ 681 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \ 784 hlist_for_each_entry(hp, &security_hook_heads.vm_enough_memory, list) { in security_vm_enough_memory_mm() 836 hlist_for_each_entry(hp, &security_hook_heads.fs_context_parse_param, in security_fs_context_parse_param() 1358 hlist_for_each_entry(hp, &security_hook_heads.inode_getsecurity, list) { in security_inode_getsecurity() 1376 hlist_for_each_entry(hp, &security_hook_heads.inode_setsecurity, list) { in security_inode_setsecurity() 1414 hlist_for_each_entry(hp, in security_inode_copy_up_xattr() 1801 hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) { in security_task_prctl() 1970 hlist_for_each_entry(hp, &security_hook_heads.getprocattr, list) { in security_getprocattr() 1983 hlist_for_each_entry(hp, &security_hook_heads.setprocattr, list) { in security_setprocattr() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | lockdep.c | 6 #define hlist_for_each_entry_rcu hlist_for_each_entry
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | mark.c | 128 hlist_for_each_entry(mark, &conn->list, obj_list) { in __fsnotify_recalc_mask() 602 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list() 710 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_find_mark() 786 hlist_for_each_entry(mark, &conn->list, obj_list) { in fsnotify_destroy_marks()
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | use_after_iter.cocci | 33 iterator name hlist_for_each_entry; 116 hlist_for_each_entry(c,...) S
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_internal.h | 286 hlist_for_each_entry(obj, \ 292 hlist_for_each_entry(obj, &name[bkt], member)
|
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | irqchip.c | 32 hlist_for_each_entry(e, &irq_rt->map[gsi], link) { in kvm_irq_map_gsi() 141 hlist_for_each_entry(ei, &rt->map[gsi], link) in setup_routing_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 184 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_vlan() 204 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_addr()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | fncache.c | 32 hlist_for_each_entry(n, &fncache_hash[h], nd) { in lookup_fncache()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_multicast.c | 273 hlist_for_each_entry(src_ent, &pg_lst->src_list, node) { in br_multicast_star_g_handle_mode() 324 hlist_for_each_entry(src_ent, &pg->src_list, node) { in br_multicast_star_g_host_state() 712 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip4_multicast_alloc_query() 799 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip4_multicast_alloc_query() 860 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip6_multicast_alloc_query() 960 hlist_for_each_entry(ent, &pg->src_list, node) { in br_ip6_multicast_alloc_query() 1099 hlist_for_each_entry(ent, &pg->src_list, node) in br_multicast_find_group_src() 1105 hlist_for_each_entry(ent, &pg->src_list, node) in br_multicast_find_group_src() 1732 hlist_for_each_entry(ent, &pg->src_list, node) { in __grp_src_query_marked_and_rexmit() 1838 hlist_for_each_entry(ent, &pg->src_list, node) in __grp_src_isexc_incl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/ |
| H A D | allowedips.c | 158 hlist_for_each_entry(other, &table->head, table) { in horrible_insert_ordered() 167 hlist_for_each_entry(other, &table->head, table) { in horrible_insert_ordered() 219 hlist_for_each_entry(node, &table->head, table) { in horrible_allowedips_lookup_v4() 231 hlist_for_each_entry(node, &table->head, table) { in horrible_allowedips_lookup_v6()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | mpfs.h | 57 hlist_for_each_entry(ptr, &(hash)[ix], node.hlist) \
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | lec.c | 1317 hlist_for_each_entry(entry, in lec_arp_remove() 1361 hlist_for_each_entry(rulla, in dump_arp_table() 1389 hlist_for_each_entry(rulla, &priv->lec_no_forward, next) { in dump_arp_table() 1411 hlist_for_each_entry(rulla, &priv->lec_arp_empty_ones, next) { in dump_arp_table() 1433 hlist_for_each_entry(rulla, &priv->mcast_fwds, next) { in dump_arp_table() 1525 hlist_for_each_entry(entry, head, next) { in lec_arp_find() 1889 hlist_for_each_entry(tmp, in lec_arp_update() 1981 hlist_for_each_entry(entry, in lec_vcc_added() 2065 hlist_for_each_entry(entry, in lec_flush_complete() 2099 hlist_for_each_entry(entry, in lec_set_flush_tran_id()
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | clk.py | 14 return lists.hlist_for_each_entry(hlist_head,
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | host.c | 40 hlist_for_each_entry((host), (chain), h_hash) 249 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host() 360 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host()
|