| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | types.h | 235 struct hlist_head neigh_list; 295 struct hlist_head fragment_list; 381 struct hlist_head ifinfo_list; 489 struct hlist_head neigh_list; 533 struct hlist_head vlan_list; 661 struct hlist_head ifinfo_list; 985 struct hlist_head req_list; 1117 struct hlist_head gateway_list; 1159 struct hlist_head container_list; 1162 struct hlist_head handler_list; [all …]
|
| H A D | hash.h | 42 struct hlist_head *table; 83 struct hlist_head *head; in batadv_hash_add() 136 struct hlist_head *head; in batadv_hash_remove()
|
| H A D | multicast.c | 344 struct hlist_head *mcast_list) in batadv_mcast_mla_is_duplicate() 371 struct hlist_head *mcast_list, in batadv_mcast_mla_softif_get_ipv4() 438 struct hlist_head *mcast_list, in batadv_mcast_mla_softif_get_ipv6() 496 struct hlist_head *mcast_list, in batadv_mcast_mla_softif_get_ipv6() 524 struct hlist_head *mcast_list, in batadv_mcast_mla_softif_get() 589 struct hlist_head *mcast_list, in batadv_mcast_mla_bridge_get() 665 static void batadv_mcast_mla_list_free(struct hlist_head *mcast_list) in batadv_mcast_mla_list_free() 687 struct hlist_head *mcast_list) in batadv_mcast_mla_tt_retract() 717 struct hlist_head *mcast_list) in batadv_mcast_mla_tt_add() 906 struct hlist_head mcast_list = HLIST_HEAD_INIT; in __batadv_mcast_mla_update() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/netns/ |
| H A D | xfrm.h | 16 struct hlist_head __rcu *table; 43 struct hlist_head __rcu *state_bydst; 44 struct hlist_head __rcu *state_bysrc; 45 struct hlist_head __rcu *state_byspi; 51 struct hlist_head *policy_byidx; 53 struct hlist_head policy_inexact[XFRM_POLICY_MAX];
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_hash.c | 16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc() 18 struct hlist_head *n; in xfrm_hash_alloc() 25 n = (struct hlist_head *) in xfrm_hash_alloc() 32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 45 struct hlist_head { struct 50 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument 72 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 102 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 141 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 146 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() 147 struct hlist_head *_new) in hlist_move_list() 189 struct hlist_head name[1 << (bits)] = \ 193 struct hlist_head name[1 << (bits)] 362 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 256 extern struct hlist_node *seq_hlist_start(struct hlist_head *head, 258 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head, 260 extern struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, 263 extern struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, 265 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, 268 struct hlist_head *head, 272 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t… 274 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
|
| H A D | hashtable.h | 17 struct hlist_head name[1 << (bits)] = \ 21 struct hlist_head name[1 << (bits)] __read_mostly = \ 25 struct hlist_head name[1 << (bits)] 34 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() 81 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | lec.h | 74 struct hlist_head lec_arp_empty_ones; 76 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE]; 78 struct hlist_head lec_no_forward; 85 struct hlist_head mcast_fwds;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_mmu_hpte.c | 141 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_flush_all() 153 struct hlist_head *list; in kvmppc_mmu_pte_flush_page() 172 struct hlist_head *list; in kvmppc_mmu_pte_flush_long() 215 struct hlist_head *list; in kvmppc_mmu_pte_vflush_short() 236 struct hlist_head *list; in kvmppc_mmu_pte_vflush_64k() 258 struct hlist_head *list; in kvmppc_mmu_pte_vflush_long() 309 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_pflush() 343 static void kvmppc_mmu_hpte_init_hash(struct hlist_head *hash_list, int len) in kvmppc_mmu_hpte_init_hash()
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | clk.py | 13 def clk_core_for_each_child(hlist_head): argument 14 return lists.hlist_for_each_entry(hlist_head, 62 def lookup_hlist(self, hlist_head, name): argument 63 for child in clk_core_for_each_child(hlist_head):
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | hashtable.h | 18 struct hlist_head name[1 << (bits)] = \ 22 struct hlist_head name[1 << (bits)] 31 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() 69 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
| /OK3568_Linux_fs/kernel/include/linux/can/ |
| H A D | can-ml.h | 56 struct hlist_head rx[RX_MAX]; 57 struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ]; 58 struct hlist_head rx_eff[CAN_EFF_RCV_ARRAY_SZ];
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 24 struct hlist_head new_id_list; in ionic_rx_filter_replay() 27 struct hlist_head *head; in ionic_rx_filter_replay() 109 struct hlist_head *head; in ionic_rx_filters_deinit() 128 struct hlist_head *head; in ionic_rx_filter_save() 178 struct hlist_head *head; in ionic_rx_filter_by_vlan() 198 struct hlist_head *head; in ionic_rx_filter_by_addr()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | iwpm_util.c | 45 static struct hlist_head *iwpm_hash_bucket; 48 static struct hlist_head *iwpm_reminfo_bucket; 66 sizeof(struct hlist_head), in iwpm_init() 73 sizeof(struct hlist_head), in iwpm_init() 124 static struct hlist_head *get_mapinfo_hash_bucket(struct sockaddr_storage *, 139 struct hlist_head *hash_bucket_head = NULL; in iwpm_create_mapinfo() 187 struct hlist_head *hash_bucket_head; in iwpm_remove_mapinfo() 264 static struct hlist_head *get_reminfo_hash_bucket(struct sockaddr_storage *, 269 struct hlist_head *hash_bucket_head; in iwpm_add_remote_info() 300 struct hlist_head *hash_bucket_head; in iwpm_get_remote_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_encap.c | 103 static void opa_vnic_free_mac_tbl(struct hlist_head *mactbl) in opa_vnic_free_mac_tbl() 119 static struct hlist_head *opa_vnic_alloc_mac_tbl(void) in opa_vnic_alloc_mac_tbl() 121 u32 size = sizeof(struct hlist_head) * OPA_VNIC_MAC_TBL_SIZE; in opa_vnic_alloc_mac_tbl() 122 struct hlist_head *mactbl; in opa_vnic_alloc_mac_tbl() 135 struct hlist_head *mactbl; in opa_vnic_release_mac_tbl() 156 struct hlist_head *mactbl; in opa_vnic_query_mac_tbl() 208 struct hlist_head *new_mactbl, *old_mactbl; in opa_vnic_update_mac_tbl() 302 struct hlist_head *mactbl; in opa_vnic_chk_mac_tbl()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | user.c | 85 static struct hlist_head uidhash_table[UIDHASH_SZ]; 111 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() 121 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() 179 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_semantics.c | 52 static struct hlist_head *fib_info_hash; 53 static struct hlist_head *fib_info_laddrhash; 59 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE]; 328 static struct hlist_head * 378 struct hlist_head *head; in fib_find_info_nh() 409 struct hlist_head *head; in fib_find_info() 442 struct hlist_head *head; in ip_fib_check_default() 1268 static struct hlist_head *fib_info_hash_alloc(int bytes) in fib_info_hash_alloc() 1273 return (struct hlist_head *) in fib_info_hash_alloc() 1278 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free() [all …]
|
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | llcp.h | 34 struct hlist_head head; 92 struct hlist_head pending_sdreqs; 235 void nfc_llcp_free_sdp_tlv_list(struct hlist_head *sdp_head); 241 struct hlist_head *tlv_list, size_t tlvs_len); 243 struct hlist_head *tlv_list, size_t tlvs_len);
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | host.c | 34 static struct hlist_head nlm_server_hosts[NLM_HOST_NRHASH]; 35 static struct hlist_head nlm_client_hosts[NLM_HOST_NRHASH]; 237 struct hlist_head *chain; in nlmclnt_lookup_host() 332 struct hlist_head *chain; in nlmsvc_lookup_host() 525 static struct nlm_host *next_host_state(struct hlist_head *cache, in next_host_state() 530 struct hlist_head *chain; in next_host_state() 585 struct hlist_head *chain; in nlm_complain_hosts() 616 struct hlist_head *chain; in nlm_shutdown_hosts_net() 659 struct hlist_head *chain; in nlm_gc_hosts()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_hashtab.c | 66 struct hlist_head *h_list; in drm_ht_verbose_list() 81 struct hlist_head *h_list; in drm_ht_find_key() 99 struct hlist_head *h_list; in drm_ht_find_key_rcu() 116 struct hlist_head *h_list; in drm_ht_insert_item()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | ratelimiter.c | 21 static struct hlist_head *table_v4; 23 static struct hlist_head *table_v6; 92 struct hlist_head *bucket; in wg_ratelimiter_allow() 176 (1U << 14) / sizeof(struct hlist_head))); in wg_ratelimiter_init()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | mount.h | 36 struct hlist_head m_list; 79 struct hlist_head mnt_pins; 80 struct hlist_head mnt_stuck_children;
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | vport.c | 27 static struct hlist_head *dev_table; 37 dev_table = kcalloc(VPORT_HASH_BUCKETS, sizeof(struct hlist_head), in ovs_vport_init() 55 static struct hlist_head *hash_bucket(const struct net *net, const char *name) in hash_bucket() 97 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate() 196 struct hlist_head *bucket; in ovs_vport_add()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_clsf.c | 92 struct hlist_head *hhead; in enic_rfs_flw_tbl_free() 112 struct hlist_head *hhead; in htbl_fltr_search() 134 struct hlist_head *hhead; in enic_flow_may_expire() 156 static struct enic_rfs_fltr_node *htbl_key_search(struct hlist_head *h, in htbl_key_search() 235 struct hlist_head *head; in enic_rx_flow_steer()
|