Searched refs:hlist_head (Results 101 - 125 of 376) sorted by relevance

1234567891011>>

/linux-master/include/net/netns/
H A Dipv4.h18 struct hlist_head;
103 struct hlist_head *fib_table_hash;
/linux-master/net/ipv4/
H A Draw_diag.c60 struct hlist_head *hlist;
145 struct hlist_head *hlist;
/linux-master/include/linux/
H A Dpid.h63 struct hlist_head tasks[PIDTYPE_MAX];
64 struct hlist_head inodes;
/linux-master/drivers/s390/cio/
H A Dairq.c30 static struct hlist_head airq_lists[MAX_ISC+1];
91 struct hlist_head *head;
/linux-master/io_uring/
H A Dnapi.c21 static struct io_napi_entry *io_napi_hash_find(struct hlist_head *hash_list,
38 struct hlist_head *hash_list;
/linux-master/net/batman-adv/
H A Dsend.c606 batadv_forw_packet_list_steal(struct hlist_head *forw_list,
607 struct hlist_head *cleanup_list,
638 static void batadv_forw_packet_list_free(struct hlist_head *head)
670 spinlock_t *lock, struct hlist_head *head,
1111 struct hlist_head head = HLIST_HEAD_INIT;
/linux-master/tools/include/linux/
H A Dlist.h607 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL }
620 static inline int hlist_empty(const struct hlist_head *h)
650 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
696 static inline void hlist_move_list(struct hlist_head *old,
697 struct hlist_head *new)
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c106 ice_arfs_del_flow_rules(struct ice_vsi *vsi, struct hlist_head *del_list_head)
143 ice_arfs_add_flow_rules(struct ice_vsi *vsi, struct hlist_head *add_list_head)
216 struct hlist_head *add_list,
217 struct hlist_head *del_list)
511 struct hlist_head *arfs_fltr_list;
/linux-master/security/selinux/
H A Davc.c72 struct hlist_head slots[AVC_CACHE_SLOTS]; /* head for avc_node->list */
155 struct hlist_head *head;
466 struct hlist_head *head;
527 struct hlist_head *head;
615 struct hlist_head *head;
840 struct hlist_head *head;
925 struct hlist_head *head;
/linux-master/net/rds/
H A Dconnection.c51 static struct hlist_head rds_conn_hash[RDS_CONNECTION_HASH_ENTRIES];
54 static struct hlist_head *rds_conn_bucket(const struct in6_addr *laddr,
83 struct hlist_head *head,
169 struct hlist_head *head = rds_conn_bucket(laddr, faddr);
539 struct hlist_head *head;
659 struct hlist_head *head;
697 struct hlist_head *head;
/linux-master/net/openvswitch/
H A Dflow_table.c160 ti->buckets = kvmalloc_array(new_size, sizeof(struct hlist_head),
483 struct hlist_head *head = &ti->buckets[i];
529 struct hlist_head *head;
552 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash)
561 struct hlist_head *head;
570 struct hlist_head *head;
588 struct hlist_head *head = &old->buckets[i];
704 struct hlist_head *head;
922 struct hlist_head *head;
H A Ddatapath.h92 struct hlist_head *ports;
/linux-master/net/xfrm/
H A Dxfrm_policy.c75 struct hlist_head hhead;
126 struct hlist_head hhead;
150 struct hlist_head *res[XFRM_POL_CAND_MAX];
197 xfrm_policy_insert_list(struct hlist_head *chain, struct xfrm_policy *policy,
199 static void xfrm_policy_insert_inexact_list(struct hlist_head *chain,
500 static struct hlist_head *policy_hash_bysel(struct net *net,
519 static struct hlist_head *policy_hash_direct(struct net *net,
537 struct hlist_head *list,
538 struct hlist_head *ndsttable,
573 static void xfrm_idx_hash_transfer(struct hlist_head *lis
[all...]
/linux-master/fs/orangefs/
H A Dxattr.c67 struct hlist_head *h;
250 struct hlist_head *h;
321 struct hlist_head *h;
/linux-master/include/net/
H A Dinet_hashtables.h91 struct hlist_head bhash2;
109 struct hlist_head owners;
127 struct hlist_head chain;
H A Dvxlan.h189 struct hlist_head vni_list[VNI_HASH_SIZE];
306 struct hlist_head fdb_head[FDB_HASH_SIZE];
309 struct hlist_head mdb_list;
H A Dmctp.h81 struct hlist_head keys;
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_resource.c23 struct hlist_head entries[VMCI_RESOURCE_HASH_BUCKETS];
/linux-master/tools/perf/util/
H A Dsrccode.c35 static struct hlist_head srcfile_htab[SRC_HTAB_SZ];
/linux-master/net/9p/
H A Derror.c37 static struct hlist_head hash_errmap[ERRHASHSZ];
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.h110 struct hlist_head hash[MESSAGE_HASH_SIZE];
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmpfs.c73 struct hlist_head hash[MLX5_L2_ADDR_HASH_SIZE];
/linux-master/net/tipc/
H A Dcore.h106 struct hlist_head node_htable[NODE_HTABLE_SIZE];
/linux-master/scripts/kconfig/
H A Dlist.h227 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
/linux-master/fs/ecryptfs/
H A Dmessaging.c19 static struct hlist_head *ecryptfs_daemon_hash;
368 ecryptfs_daemon_hash = kmalloc((sizeof(struct hlist_head)

Completed in 245 milliseconds

1234567891011>>