Searched refs:list_head (Results 101 - 125 of 176) sorted by relevance

12345678

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c53 struct list_head list;
61 struct list_head list;
69 struct list_head list;
84 struct list_head list;
110 struct list_head mcg_list;
1757 struct list_head *mac_list =
1774 struct list_head *mac_list =
1808 struct list_head *mac_list =
1828 struct list_head *mac_list =
1877 struct list_head *vlan_lis
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Ducm.c68 struct list_head ctxs;
69 struct list_head events;
83 struct list_head events; /* list of pending events. */
84 struct list_head file_list; /* member in file ctx list */
89 struct list_head file_list; /* member in file event list */
90 struct list_head ctx_list; /* member in ctx event list */
H A Ducma.c60 struct list_head ctx_list;
61 struct list_head event_list;
76 struct list_head list;
77 struct list_head mc_list;
86 struct list_head list;
93 struct list_head list;
H A Dfmr_pool.c90 struct list_head free_list;
91 struct list_head dirty_list;
H A Daddr.c55 struct list_head list;
387 struct list_head done_list;
H A Diwcm.c67 struct list_head list;
69 struct list_head free_list;
81 struct list_head list;
193 struct list_head *e, *tmp;
H A Duser_mad.c96 struct list_head file_list;
114 struct list_head recv_list;
115 struct list_head send_list;
116 struct list_head port_list;
128 struct list_head list;
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcm.c52 struct list_head list;
379 struct list_head lh;
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_ioctl.c155 struct list_head *list;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmultilist.c332 return (list_head(&mls->mls_list));
H A Ddmu_tx.c890 for (txh = list_head(&tx->tx_holds); txh;
924 for (txh = list_head(&tx->tx_holds); txh;
1207 for (txh = list_head(&tx->tx_holds); txh;
1288 for (txh = list_head(&tx->tx_holds); txh != tx->tx_needassign_txh;
1439 while ((txh = list_head(&tx->tx_holds)) != NULL) {
1480 for (dmu_tx_hold_t *txh = list_head(&tx->tx_holds); txh != NULL;
1564 while ((dcb = list_head(cb_list)) != NULL) {
H A Ddmu_objset.c649 dn = list_head(&os->os_dnodes);
721 ASSERT3P(list_head(&os->os_dnodes), ==, NULL);
1025 while (dn = list_head(list)) {
1171 while (dr = list_head(list)) {
1295 ASSERT(list_head(list) == NULL || dmu_objset_userused_enabled(os));
1302 while (dn = list_head(list)) {
H A Dtrim_map.c193 while ((ts = list_head(&tm->tm_head)) != NULL) {
429 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 Ddsl_pool.c600 for (ds = list_head(&synced_datasets); ds != NULL;
650 if (list_head(&mos->os_dirty_dnodes[txg & TXG_MASK]) != NULL ||
651 list_head(&mos->os_free_dnodes[txg & TXG_MASK]) != NULL) {
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c52 struct list_head *pos, *nxt;
/freebsd-10-stable/sys/ofed/include/linux/
H A Dpci.h126 struct list_head links;
138 extern struct list_head pci_drivers;
139 extern struct list_head pci_devices;
146 struct list_head links;
/freebsd-10-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-10-stable/contrib/binutils/binutils/
H A Dcoffdump.c384 dump_coff_scope (p->list_head);
/freebsd-10-stable/sys/dev/hptrr/
H A Dhim.h369 struct list_head q_link;
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dhim.h426 struct list_head q_link;
/freebsd-10-stable/sys/dev/hptnr/
H A Dhim.h414 struct list_head q_link;
/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Ddevice.h580 struct list_head list;
643 struct list_head bf_list;
1156 struct list_head list;
1172 struct list_head list;
/freebsd-10-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;

Completed in 167 milliseconds

12345678