| /linux/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()
|
| /linux/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;
|
| /linux/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, 64 def lookup_hlist(self, hlist_head, name): argument 65 for child in clk_core_for_each_child(hlist_head):
|
| H A D | lists.py | 19 hlist_head = utils.CachedType("struct hlist_head") variable 47 if head.type == hlist_head.get_type().pointer(): 49 elif head.type != hlist_head.get_type():
|
| /linux/include/linux/ |
| 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()
|
| H A D | if_team.h | 198 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES]; 242 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash() 252 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index() 273 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index_rcu()
|
| /linux/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];
|
| /linux/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()
|
| /linux/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; 62 sizeof(struct hlist_head), GFP_KERNEL); in iwpm_init() 67 sizeof(struct hlist_head), GFP_KERNEL); in iwpm_init() 96 static struct hlist_head *get_mapinfo_hash_bucket(struct sockaddr_storage *, 111 struct hlist_head *hash_bucket_head = NULL; in iwpm_create_mapinfo() 157 struct hlist_head *hash_bucket_head; in iwpm_remove_mapinfo() 234 static struct hlist_head *get_reminfo_hash_bucket(struct sockaddr_storage *, 239 struct hlist_head *hash_bucket_head; in iwpm_add_remote_info() 270 struct hlist_head *hash_bucket_head; in iwpm_get_remote_info() [all …]
|
| /linux/fs/9p/ |
| H A D | fid.c | 23 hlist_add_head(&fid->dlist, (struct hlist_head *)&dentry->d_fsdata); in __add_fid() 63 struct hlist_head *h; in v9fs_fid_find_inode() 69 h = (struct hlist_head *)&inode->i_private; in v9fs_fid_find_inode() 98 hlist_add_head(&fid->ilist, (struct hlist_head *)&inode->i_private); in v9fs_open_fid_add() 123 struct hlist_head *h = (struct hlist_head *)&dentry->d_fsdata; in v9fs_fid_find()
|
| /linux/net/nfc/ |
| H A D | llcp.h | 33 struct hlist_head head; 91 struct hlist_head pending_sdreqs; 233 void nfc_llcp_free_sdp_tlv_list(struct hlist_head *sdp_head); 239 struct hlist_head *tlv_list, size_t tlvs_len); 241 struct hlist_head *tlv_list, size_t tlvs_len);
|
| /linux/net/batman-adv/ |
| 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 | 340 struct hlist_head *mcast_list) in batadv_mcast_mla_is_duplicate() 367 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get_ipv4() 434 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get_ipv6() 492 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get_ipv6() 520 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get() 584 struct hlist_head *mcast_list, in batadv_mcast_mla_bridge_get() 660 static void batadv_mcast_mla_list_free(struct hlist_head *mcast_list) in batadv_mcast_mla_list_free() 682 struct hlist_head *mcast_list) in batadv_mcast_mla_tt_retract() 712 struct hlist_head *mcast_list) in batadv_mcast_mla_tt_add() 903 struct hlist_head mcast_list = HLIST_HEAD_INIT; in __batadv_mcast_mla_update() [all …]
|
| /linux/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()
|
| /linux/kernel/ |
| H A D | user.c | 94 static struct hlist_head uidhash_table[UIDHASH_SZ]; 117 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() 127 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() 201 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid()
|
| H A D | user-return-notifier.c | 8 static DEFINE_PER_CPU(struct hlist_head, return_notifier_list); 39 struct hlist_head *head; in fire_user_return_notifiers()
|
| /linux/include/net/netns/ |
| H A D | ipv6.h | 75 struct hlist_head *fib_table_hash; 100 struct hlist_head *inet6_addr_lst; 119 struct hlist_head head;
|
| /linux/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]; 236 struct hlist_head *chain; in nlmclnt_lookup_host() 331 struct hlist_head *chain; in nlmsvc_lookup_host() 524 static struct nlm_host *next_host_state(struct hlist_head *cache, in next_host_state() 529 struct hlist_head *chain; in next_host_state() 584 struct hlist_head *chain; in nlm_complain_hosts() 615 struct hlist_head *chain; in nlm_shutdown_hosts_net() 659 struct hlist_head *chain; in nlm_gc_hosts()
|
| /linux/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()
|
| /linux/fs/ |
| H A D | mount.h | 41 struct hlist_head m_list; 70 struct hlist_head mnt_slave_list;/* list of slave mounts */ 90 struct hlist_head mnt_pins; 91 struct hlist_head mnt_stuck_children;
|
| /linux/drivers/hv/ |
| H A D | mshv_root.h | 109 struct hlist_head pt_mem_regions; // not ordered 116 struct hlist_head irq_ack_notifier_list; 118 struct hlist_head pt_devices; 129 struct hlist_head pt_irqfds_list; 131 struct hlist_head irqfds_resampler_list; 133 struct hlist_head ioeventfds_list;
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_ordering.c | 41 struct hlist_head { struct 54 struct hlist_head h; argument
|
| /linux/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()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 25 struct hlist_head new_id_list; in ionic_rx_filter_replay() 28 struct hlist_head *head; in ionic_rx_filter_replay() 110 struct hlist_head *head; in ionic_rx_filters_deinit() 130 struct hlist_head *head; in ionic_rx_filter_save() 188 struct hlist_head *head; in ionic_rx_filter_by_vlan() 208 struct hlist_head *head; in ionic_rx_filter_by_addr() 227 struct hlist_head *head; in ionic_rx_filter_rxsteer() 565 struct hlist_head *head; in ionic_rx_filter_sync()
|
| /linux/io_uring/ |
| H A D | cancel.h | 30 struct hlist_head *list, bool cancel_all, 33 unsigned int issue_flags, struct hlist_head *list,
|