Searched refs:hlist_head (Results 1 – 25 of 64) sorted by relevance
123
/include/linux/ |
D | lsm_hooks.h | 1840 struct hlist_head binder_set_context_mgr; 1841 struct hlist_head binder_transaction; 1842 struct hlist_head binder_transfer_binder; 1843 struct hlist_head binder_transfer_file; 1844 struct hlist_head ptrace_access_check; 1845 struct hlist_head ptrace_traceme; 1846 struct hlist_head capget; 1847 struct hlist_head capset; 1848 struct hlist_head capable; 1849 struct hlist_head quotactl; [all …]
|
D | seq_file.h | 224 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…
|
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()
|
D | if_team.h | 203 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES]; 248 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash() 258 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index() 279 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index_rcu()
|
D | kprobes.h | 154 struct hlist_head free_instances; 337 struct hlist_head **head, unsigned long *flags); 339 struct hlist_head * kretprobe_inst_table_head(struct task_struct *tsk); 374 void recycle_rp_inst(struct kretprobe_instance *ri, struct hlist_head *head);
|
D | iocontext.h | 117 struct hlist_head icq_list;
|
D | list.h | 766 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } 779 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 809 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 856 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 865 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() 866 struct hlist_head *new) in hlist_move_list()
|
D | interconnect-provider.h | 87 struct hlist_head req_list;
|
/include/net/netns/ |
D | xfrm.h | 15 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];
|
D | xdp.h | 10 struct hlist_head list;
|
D | packet.h | 13 struct hlist_head sklist;
|
D | nexthop.h | 13 struct hlist_head *devhash; /* nexthops by device */
|
D | ipv6.h | 75 struct hlist_head *fib_table_hash; 111 struct hlist_head head;
|
D | can.h | 38 struct hlist_head cgw_list;
|
D | ipv4.h | 18 struct hlist_head; 66 struct hlist_head *fib_table_hash;
|
/include/linux/can/ |
D | can-ml.h | 55 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];
|
/include/net/ |
D | llc.h | 68 struct hlist_head sk_dev_hash[LLC_SK_DEV_HASH_ENTRIES]; 73 struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex) in llc_sk_dev_hash()
|
D | raw.h | 37 struct hlist_head ht[RAW_HTABLE_SIZE];
|
D | af_unix.h | 24 extern struct hlist_head unix_socket_table[2 * UNIX_HASH_SIZE];
|
D | smc.h | 18 struct hlist_head ht;
|
/include/drm/ |
D | drm_hashtab.h | 48 struct hlist_head *table;
|
/include/net/netfilter/ |
D | nf_conntrack_helper.h | 74 struct hlist_head expectations; 160 extern struct hlist_head *nf_ct_helper_hash;
|
D | nf_conntrack_expect.h | 16 extern struct hlist_head *nf_ct_expect_hash;
|
/include/net/phonet/ |
D | pep.h | 18 struct hlist_head hlist;
|
/include/trace/ |
D | perf.h | 41 struct hlist_head *head; \
|
123