Searched refs:hlist_head (Results 226 - 250 of 375) sorted by relevance

1234567891011>>

/linux-master/net/netfilter/
H A Dxt_hashlimit.c55 struct hlist_head htables;
135 struct hlist_head hash[]; /* hashtable itself */
291 sizeof(struct hlist_head);
H A Dnf_conntrack_helper.c34 struct hlist_head *nf_ct_helper_hash __read_mostly;
/linux-master/include/net/
H A Dip_vs.h445 struct hlist_head chains[IPVS_EST_TICK_CHAINS];
904 struct hlist_head rs_table[IP_VS_RTAB_SIZE];
1017 struct hlist_head est_temp_list; /* Ests during calc phase */
H A Dax25.h304 extern struct hlist_head ax25_list;
H A Dudp.h60 struct hlist_head head;
H A Dtcp_ao.h88 struct hlist_head head;
/linux-master/kernel/time/
H A Dposix-timers.c75 static struct k_itimer *__posix_timers_find(struct hlist_head *head,
92 struct hlist_head *head = &posix_timers_hashtable[hash(sig, id)];
100 struct hlist_head *head;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c369 struct hlist_head *head =
441 static struct tracer_string_format *mlx5_tracer_message_find(struct hlist_head *head,
456 struct hlist_head *head =
/linux-master/drivers/tty/serial/8250/
H A D8250_core.c92 static struct hlist_head irq_lists[NR_IRQ_HASH];
175 struct hlist_head *h;
222 struct hlist_head *h;
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c164 struct hlist_head *head;
329 struct hlist_head *head;
568 struct hlist_head *head;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_conn.c58 static struct hlist_head *ip_vs_conn_tab __read_mostly;
1049 struct hlist_head *l;
1089 struct hlist_head *l = iter->l;
H A Dip_vs_lblc.c103 struct hlist_head bucket[IP_VS_LBLC_TAB_SIZE]; /* hash bucket */
H A Dip_vs_est.c79 static void ip_vs_chain_estimation(struct hlist_head *chain)
638 struct hlist_head chain;
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c48 struct hlist_head entries[VMCI_DOORBELL_INDEX_TABLE_SIZE];
/linux-master/net/atm/
H A Dproc.c84 struct hlist_head *head = &vcc_hash[*bucket];
/linux-master/include/linux/
H A DmISDNif.h480 struct hlist_head head;
/linux-master/net/mctp/
H A Ddevice.c118 struct hlist_head *head;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c476 struct hlist_head stream_list;
477 struct hlist_head psfp_filter_list;
478 struct hlist_head psfp_gate_list;
479 struct hlist_head psfp_meter_list;
/linux-master/arch/s390/kernel/
H A Dirq.c281 static struct hlist_head ext_int_hash[32] ____cacheline_aligned;
/linux-master/fs/
H A Dnamespace.c75 static struct hlist_head *mount_hashtable __ro_after_init;
76 static struct hlist_head *mountpoint_hashtable __ro_after_init;
116 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry)
124 static inline struct hlist_head *mp_hash(struct dentry *dentry)
697 struct hlist_head *head = m_hash(mnt, dentry);
772 struct hlist_head *chain = mp_hash(dentry);
1558 struct hlist_head head;
5170 sizeof(struct hlist_head),
5175 sizeof(struct hlist_head),
/linux-master/fs/lockd/
H A Dsvcsubs.c32 static struct hlist_head nlm_files[FILE_NRHASH];
/linux-master/net/smc/
H A Dsmc_diag.c203 struct hlist_head *head;
/linux-master/security/integrity/ima/
H A Dima.h286 struct hlist_head queue[IMA_MEASURE_HTABLE_SIZE];
/linux-master/net/core/
H A Dsock_map.c844 struct hlist_head head;
869 sock_hash_lookup_elem_raw(struct hlist_head *head, u32 hash, void *key,
1055 struct hlist_head *head;
1141 struct hlist_head unlink_list;
/linux-master/include/net/bluetooth/
H A Dbluetooth.h395 struct hlist_head head;

Completed in 296 milliseconds

1234567891011>>