Searched refs:list_head (Results 226 - 250 of 251) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c704 while ((dp = list_head(&spa->spa_config_list)) != NULL) {
H A Ddbuf.c3040 ASSERT(list_head(&dr->dt.di.dr_children) == NULL);
3194 while (dr = list_head(list)) {
3442 ASSERT(list_head(&dr->dt.di.dr_children) == NULL);
H A Ddsl_dir.c1303 while ((tr = list_head(tr_list)) != NULL) {
H A Dspa.c286 if ((dp = list_head(&spa->spa_config_list)) != NULL) {
6526 while (list_head(&spa->spa_state_dirty_list) != NULL) {
6536 while ((vd = list_head(&spa->spa_state_dirty_list)) != NULL) {
6738 while ((vd = list_head(&spa->spa_config_dirty_list)) != NULL)
H A Ddmu_send.c2530 struct receive_objnode *node = list_head(&list->list);
2536 node = list_head(&list->list);
H A Dzio.c346 *zl = (*zl == NULL) ? list_head(pl) : list_next(pl, *zl);
359 *zl = (*zl == NULL) ? list_head(cl) : list_next(cl, *zl);
H A Dmetaslab.c2534 mat_next = list_next(&zal->zal_list, list_head(&zal->zal_list));
H A Dzfs_ioctl.c4521 for (dsp = list_head(&ds->ds_sendstreams); dsp != NULL;
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c352 for (pua = list_head(listp); pua != NULL;
385 for (pua = list_head(listp); pua != NULL;
413 for (pua = list_head(listp); pua != NULL;
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c921 for (tq = list_head(&taskq_cpupct_list); tq != NULL;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c744 nfscl = list_head(&nfs_clnt_list);
3434 nfscl = list_head(&nfs_clnt_list);
H A Dnfs4_state.c3029 for (sp = list_head(&oo->ro_statelist); sp != NULL;
3208 for (oo = list_head(&cp->rc_openownerlist); oo != NULL;
H A Dnfs4_srv.c3989 for (oo = list_head(&lo->rl_client->rc_openownerlist); oo != NULL;
3993 for (sp = list_head(&oo->ro_statelist); sp != NULL;
3997 for (lsp = list_head(&sp->rs_lostatelist);
8425 for (lsp = list_head(&sp->rs_lostatelist); lsp != NULL;
H A Dnfs4_vnops.c4712 if (vp->v_type == VREG && list_head(&rp->r_open_streams) != NULL) {
7303 isopen = list_head(&rp->r_open_streams) != NULL;
7798 isactive = list_head(&rp->r_open_streams) != NULL;
11189 for (delmap_call = list_head(&rp->r_indelmap);
15037 osp = list_head(&rp->r_open_streams);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c312 ace = list_head(&state->id_ah_active);
2606 ace = list_head(&state->id_ah_active);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2594 pevd->pev_last = list->list_head.list_prev;
2595 pevd->pev_node = list->list_head.list_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2221 } list_head; member in struct:mdb_zio::__anon32
2646 if (zio.io_parent_list.list_head.list_next !=
2649 mdb_ctf_offsetof_by_name("struct list", "list_head"))
/illumos-gate/usr/src/man/man9f/
H A DMakefile961 list_head.9f \
1772 list_head.9f := LINKSRC = list_create.9f
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3112 for (phyp = list_head(&iport->phys);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c2508 i915_gem_evict_from_list(struct drm_device *dev, struct list_head *head, uint32_t type)
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c352 ctx = list_head(&lsm->icl_login_events);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c480 for (idp = list_head(&i40e_dlist); idp != NULL;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c5636 for (mip = list_head(&mac_impl_list); mip != NULL;
5654 while ((ninfo = list_head(net_log_list)) != NULL) {
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c4364 for (vsd = list_head(vsd_list); vsd != NULL;
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4568 tmp_cb = list_head(&zcl.zcl_callbacks);

Completed in 287 milliseconds

1234567891011