Searched refs:list_remove (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.h44 void *list_remove(list_t **, void *, int (*)(void *, void *, void *), void *);
H A Dlist.c79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *), function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dlist.h47 void list_remove(list_t *, void *);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Drefcount.c79 list_remove(&rc->rc_list, ref);
85 list_remove(&rc->rc_removed, ref);
160 list_remove(&rc->rc_list, ref);
169 list_remove(&rc->rc_removed, ref);
H A Dzfs_fuid.c639 list_remove(&fuidp->z_fuids, zfuid);
684 list_remove(&fuidp->z_fuids, zfuid);
693 list_remove(&fuidp->z_domains, zdomain);
H A Ddsl_synctask.c143 list_remove(&dstg->dstg_tasks, dst);
H A Dzil.c554 list_remove(&zilog->zl_lwb_list, lwb);
1095 list_remove(&zilog->zl_itx_list, itx);
1104 list_remove(&clean_list, itx);
1194 list_remove(&zilog->zl_itx_list, itx);
1365 list_remove(&zilog->zl_lwb_list, lwb);
1441 list_remove(&zilog->zl_lwb_list, lwb);
H A Ddmu_zfetch.c525 list_remove(&zf->zf_stream, zs);
605 list_remove(&zf->zf_stream, zs);
H A Ddmu_objset.c445 list_remove(&os->os_dnodes, os->os_meta_dnode);
903 list_remove(list, dn);
1033 list_remove(list, dr);
1135 list_remove(list, dn);
H A Dzio_inject.c482 list_remove(&inject_handlers, handler);
H A Ddnode_sync.c377 list_remove(&dn->dn_dbufs, db);
394 list_remove(&dn->dn_dbufs, &marker);
432 list_remove(list, dr);
H A Darc.c1011 list_remove(list, ab);
1084 list_remove(&old_state->arcs_list[ab->b_type], ab);
1457 list_remove(l2hdr->b_dev->l2ad_buflist, hdr);
3121 list_remove(l2hdr->b_dev->l2ad_buflist, hdr);
3947 list_remove(buflist, df);
4005 list_remove(buflist, ab);
4021 list_remove(buflist, head);
4204 list_remove(buflist, ab);
4232 * arc_hdr_destroy() will call list_remove()
4257 list_remove(buflis
[all...]
H A Ddmu_tx.c1102 list_remove(&tx->tx_holds, txh);
1150 list_remove(&tx->tx_holds, txh);
1202 list_remove(cb_list, dcb);
H A Dspa_config.c251 list_remove(&target->spa_config_list, tdp);
H A Ddbuf.c1226 list_remove(&dr->dr_parent->dt.di.dr_children, dr);
1231 list_remove(&dn->dn_dirty_records[txg & TXG_MASK], dr);
1441 list_remove(&dn->dn_dbufs, db);
1628 list_remove(&dn->dn_dbufs, db);
2175 list_remove(list, dr);
H A Ddnode.c327 list_remove(&os->os_dnodes, dn);
775 list_remove(&dn->dn_objset->os_dirty_dnodes[txgoff], dn);
920 list_remove(&dn->dn_dirty_records[txgoff], dr);
H A Ddsl_pool.c461 list_remove(&dp->dp_synced_datasets, ds);
H A Ddsl_prop.c462 list_remove(&dd->dd_prop_cbs, cbr);
H A Dspa_misc.c512 list_remove(&spa->spa_config_list, dp);
H A Dvdev.c2740 list_remove(&spa->spa_config_dirty_list, vd);
2780 list_remove(&spa->spa_state_dirty_list, vd);
H A Ddsl_dir.c888 list_remove(tr_list, tr);
H A Dzfs_znode.c1125 list_remove(&zfsvfs->z_all_znodes, zp);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dhash.c139 (void) list_remove(&hash->h_buckets[bucket], key,
H A Dmerge.c966 (void) list_remove(mcd->md_iitba, data, NULL, NULL);
1041 (void) list_remove(mcd->md_tdtbr, (void *)tdpp, NULL, NULL);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/os/
H A Dlist.c125 list_remove(list_t *list, void *object) function

Completed in 363 milliseconds

12