Searched refs:list_head (Results 126 - 150 of 198) sorted by relevance

12345678

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c97 struct list_head file_list;
113 struct list_head recv_list;
114 struct list_head send_list;
115 struct list_head port_list;
127 struct list_head list;
H A Dib_ucma.c68 struct list_head ctx_list;
69 struct list_head event_list;
85 struct list_head list;
86 struct list_head mc_list;
103 struct list_head list;
110 struct list_head list;
H A Dib_multicast.c109 struct list_head pending_list;
110 struct list_head active_list;
125 struct list_head list;
H A Dib_iwcm.c70 struct list_head list;
72 struct list_head free_list;
120 struct list_head *e, *tmp;
H A Dib_addr.c59 struct list_head list;
720 struct list_head done_list;
H A Dib_cm.c78 struct list_head device_list;
88 struct list_head timewait_list;
173 struct list_head cm_priv_prim_list;
174 struct list_head cm_priv_altr_list;
179 struct list_head list;
197 struct list_head list;
208 struct list_head list;
255 struct list_head prim_list;
256 struct list_head altr_list;
261 struct list_head work_lis
[all...]
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c1153 struct sym_head list_head; local
1169 STAILQ_INIT(&list_head);
1296 STAILQ_INIT(&list_head);
1397 p_data.list_num = get_sym(elf, &list_head, shnum, dynndx, strndx,
1403 p_data.headp = &list_head;
1454 sym_list_dest(&list_head);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c186 while ((ts = list_head(&tm->tm_head)) != NULL) {
422 ts = list_head(&tm->tm_head);
H A Dzfs_log.c194 for (zfuid = list_head(&fuidp->z_fuids); zfuid;
209 for (zdomain = list_head(&fuidp->z_domains); zdomain;
H A Ddnode_sync.c491 while (dr = list_head(list)) {
640 dn->dn_maxblkid == 0 || list_head(list) != NULL ||
756 ASSERT3P(list_head(list), ==, NULL);
H A Ddsl_dataset.c2840 snap = list_head(&ddpa->shared_snaps);
2844 snap = list_head(&ddpa->origin_snaps);
2888 for (snap = list_head(&ddpa->shared_snaps); snap;
2975 snap = list_head(&ddpa->origin_snaps);
3023 snap = list_head(&ddpa->shared_snaps);
3027 snap = list_head(&ddpa->origin_snaps);
3093 for (snap = list_head(&ddpa->shared_snaps); snap;
3211 * order (last_obj will be the list_head()). If first_obj == 0, do all
3251 for (snap = list_head(l); snap; snap = list_next(l, snap)) {
3265 if (l == NULL || !list_link_active(&l->list_head))
[all...]
H A Dzfs_acl.c494 while (aclnode = list_head(&aclp->z_acl)) {
579 aclnode = list_head(&aclp->z_acl);
1132 cb->cb_acl_node = list_head(&cb->cb_aclp->z_acl);
1254 for (aclnode = list_head(&aclp->z_acl); aclnode;
1275 for (aclnode = list_head(&aclp->z_acl); aclnode;
1843 for (aclnode = list_head(&aclp->z_acl); aclnode;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_object.c354 struct list_head *head)
363 int radeon_bo_list_validate(struct list_head *head)
H A Dradeon_fb.c47 struct list_head fbdev_list;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffdump.c384 dump_coff_scope (p->list_head);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhim.h426 struct list_head q_link;
/freebsd-11-stable/sys/dev/hptnr/
H A Dhim.h414 struct list_head q_link;
/freebsd-11-stable/sys/dev/hptrr/
H A Dhim.h369 struct list_head q_link;
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c168 struct list_head *dests) /* mlx5_flow_desination */
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h388 struct list_head pending_mmaps;
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c329 struct list_head *lh;
481 struct list_head *lh;
697 struct list_head *lh;
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c89 struct list_head ll[BACKLOG + 10];
124 struct list_head *h = &q->ni.h;
674 struct list_head *h;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c52 struct list_head *pos, *nxt;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1089 struct list_head *dev_list;
1128 struct list_head *dev_list = client_data;
1233 __ipoib_get_net_dev_by_params(struct list_head *dev_list, u8 port,
1261 struct list_head *dev_list = client_data;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c60 struct list_head list;
502 struct list_head *head =

Completed in 208 milliseconds

12345678