Home
last modified time | relevance | path

Searched refs:hlist_head (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/Linux-v5.4/include/linux/
Dlsm_hooks.h1824 struct hlist_head binder_set_context_mgr;
1825 struct hlist_head binder_transaction;
1826 struct hlist_head binder_transfer_binder;
1827 struct hlist_head binder_transfer_file;
1828 struct hlist_head ptrace_access_check;
1829 struct hlist_head ptrace_traceme;
1830 struct hlist_head capget;
1831 struct hlist_head capset;
1832 struct hlist_head capable;
1833 struct hlist_head quotactl;
[all …]
Dseq_file.h224 extern struct hlist_node *seq_hlist_start(struct hlist_head *head,
226 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head,
228 extern struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head,
231 extern struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head,
233 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head,
236 struct hlist_head *head,
240 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t…
242 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
Dhashtable.h17 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()
/Linux-v5.4/include/net/netns/
Dxfrm.h15 struct hlist_head __rcu *table;
42 struct hlist_head __rcu *state_bydst;
43 struct hlist_head __rcu *state_bysrc;
44 struct hlist_head __rcu *state_byspi;
50 struct hlist_head *policy_byidx;
52 struct hlist_head policy_inexact[XFRM_POLICY_MAX];
/Linux-v5.4/net/batman-adv/
Dtypes.h232 struct hlist_head neigh_list;
292 struct hlist_head fragment_list;
378 struct hlist_head ifinfo_list;
486 struct hlist_head neigh_list;
530 struct hlist_head vlan_list;
658 struct hlist_head ifinfo_list;
982 struct hlist_head req_list;
1114 struct hlist_head gateway_list;
1156 struct hlist_head container_list;
1159 struct hlist_head handler_list;
[all …]
Dhash.h42 struct hlist_head *table;
83 struct hlist_head *head; in batadv_hash_add()
136 struct hlist_head *head; in batadv_hash_remove()
/Linux-v5.4/net/xfrm/
Dxfrm_hash.c16 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-v5.4/net/atm/
Dlec.h74 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-v5.4/include/linux/can/
Dcan-ml.h55 struct hlist_head rx[RX_MAX];
56 struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ];
57 struct hlist_head rx_eff[CAN_EFF_RCV_ARRAY_SZ];
/Linux-v5.4/scripts/gdb/linux/
Dclk.py13 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):
Dlists.py19 hlist_head = utils.CachedType("struct hlist_head") variable
42 if head.type == hlist_head.get_type().pointer():
44 elif head.type != hlist_head.get_type():
/Linux-v5.4/tools/include/linux/
Dhashtable.h18 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-v5.4/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c141 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()
/Linux-v5.4/kernel/
Duser.c85 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()
177 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid()
Duser-return-notifier.c8 static DEFINE_PER_CPU(struct hlist_head, return_notifier_list);
39 struct hlist_head *head; in fire_user_return_notifiers()
/Linux-v5.4/drivers/infiniband/core/
Diwpm_util.c45 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 …]
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_rx_filter.c50 struct hlist_head *head; in ionic_rx_filters_deinit()
67 struct hlist_head *head; in ionic_rx_filter_save()
116 struct hlist_head *head; in ionic_rx_filter_by_vlan()
136 struct hlist_head *head; in ionic_rx_filter_by_addr()
Dionic_rx_filter.h22 struct hlist_head by_hash[IONIC_RX_FILTER_HLISTS]; /* by skb hash */
23 struct hlist_head by_id[IONIC_RX_FILTER_HLISTS]; /* by filter_id */
/Linux-v5.4/drivers/gpu/drm/
Ddrm_hashtab.c66 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()
/Linux-v5.4/net/nfc/
Dllcp.h34 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);
/Linux-v5.4/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_encap.c103 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-v5.4/net/ipv4/
Dfib_semantics.c51 static struct hlist_head *fib_info_hash;
52 static struct hlist_head *fib_info_laddrhash;
58 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
370 struct hlist_head *head; in fib_find_info_nh()
401 struct hlist_head *head; in fib_find_info()
433 struct hlist_head *head; in ip_fib_check_default()
1207 static struct hlist_head *fib_info_hash_alloc(int bytes) in fib_info_hash_alloc()
1212 return (struct hlist_head *) in fib_info_hash_alloc()
1217 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free()
1228 static void fib_info_hash_move(struct hlist_head *new_info_hash, in fib_info_hash_move()
[all …]
/Linux-v5.4/fs/
Dmount.h30 struct hlist_head m_list;
73 struct hlist_head mnt_pins;
74 struct hlist_head mnt_stuck_children;
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c41 struct hlist_head { struct
54 struct hlist_head h; argument
/Linux-v5.4/fs/lockd/
Dhost.c34 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()
522 static struct nlm_host *next_host_state(struct hlist_head *cache, in next_host_state()
527 struct hlist_head *chain; in next_host_state()
582 struct hlist_head *chain; in nlm_complain_hosts()
613 struct hlist_head *chain; in nlm_shutdown_hosts_net()
656 struct hlist_head *chain; in nlm_gc_hosts()

12345678910>>...14