| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | refcount.c | 96 list_remove(&rc->rc_list, ref); in refcount_destroy_many() 102 list_remove(&rc->rc_removed, ref); in refcount_destroy_many() 175 list_remove(&rc->rc_list, ref); in refcount_remove_many() 184 list_remove(&rc->rc_removed, ref); in refcount_remove_many()
|
| HD | zfs_onexit.c | 91 list_remove(&zo->zo_actions, ap); in zfs_onexit_destroy() 214 list_remove(&zo->zo_actions, ap); in zfs_onexit_del_cb()
|
| HD | bplist.c | 70 list_remove(&bpl->bpl_list, bpe); in bplist_iterate()
|
| HD | multilist.c | 352 list_remove(&mls->mls_list, obj); in multilist_sublist_move_forward() 360 list_remove(&mls->mls_list, obj); in multilist_sublist_remove()
|
| HD | zil.c | 728 list_remove(&zilog->zl_lwb_list, lwb); in zil_destroy() 1069 list_remove(&lwb->lwb_waiters, zcw); in zil_lwb_flush_vdevs_done() 1649 list_remove(list, itx); in zil_itxg_clean() 1658 list_remove(list, itx); in zil_itxg_clean() 1720 list_remove(&clean_list, itx); in zil_remove_async() 1995 list_remove(&zilog->zl_itx_commit_list, itx); in zil_prune_commit_list() 2135 list_remove(&zilog->zl_itx_commit_list, itx); in zil_process_commit_list() 2157 list_remove(&nolwb_waiters, zcw); in zil_process_commit_list() 2845 list_remove(&zilog->zl_lwb_list, lwb); in zil_sync() 3050 list_remove(&zilog->zl_lwb_list, lwb); in zil_close()
|
| HD | zfs_fuid.c | 630 list_remove(&fuidp->z_fuids, zfuid); in zfs_fuid_create() 675 list_remove(&fuidp->z_fuids, zfuid); in zfs_fuid_info_free() 684 list_remove(&fuidp->z_domains, zdomain); in zfs_fuid_info_free()
|
| HD | dmu_zfetch.c | 135 list_remove(&zf->zf_stream, zs); in dmu_zfetch_stream_remove()
|
| HD | spa_config.c | 324 list_remove(&target->spa_config_list, tdp); in spa_write_cachefile()
|
| HD | dsl_prop.c | 453 list_remove(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all() 454 list_remove(&cbr->cbr_pr->pr_cbs, cbr); in dsl_prop_unregister_all()
|
| HD | dmu_tx.c | 1111 list_remove(&tx->tx_holds, txh); in dmu_tx_destroy() 1214 list_remove(cb_list, dcb); in dmu_tx_do_callbacks()
|
| HD | zio_inject.c | 722 list_remove(&inject_handlers, handler); in zio_clear_fault()
|
| HD | trim_map.c | 54 list_remove(&(tm)->tm_head, (ts)); \
|
| HD | arc.c | 3379 list_remove(&dev->l2ad_buflist, hdr); in arc_hdr_realloc() 3465 list_remove(&dev->l2ad_buflist, hdr); in arc_hdr_l2hdr_destroy() 7287 list_remove(buflist, df); in l2arc_do_free_on_write() 7350 list_remove(buflist, head); in l2arc_write_done() 7377 list_remove(buflist, hdr); in l2arc_write_done() 7399 list_remove(buflist, head); in l2arc_write_done() 8077 list_remove(l2arc_dev_list, remdev); in l2arc_remove_vdev()
|
| HD | spa_misc.c | 874 list_remove(&spa->spa_config_list, dp); in spa_remove() 1953 list_remove(&spa->spa_evicting_os_list, os); in spa_evicting_os_deregister()
|
| HD | vdev_disk.c | 80 list_remove(&dvd->vd_ldi_cbs, lcb); in vdev_disk_free()
|
| HD | dnode_sync.c | 500 list_remove(list, dr); in dnode_undirty_dbufs()
|
| HD | dnode.c | 493 list_remove(&os->os_dnodes, dn); in dnode_destroy() 1488 list_remove(&dn->dn_dirty_records[txgoff], dr); in dnode_new_blkid()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/ |
| HD | list.h | 44 void *list_remove(list_t **, void *, int (*)(void *, void *, void *), void *);
|
| HD | list.c | 79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *), in list_remove() function
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | list.h | 47 void list_remove(list_t *, void *);
|
| /freebsd-11-stable/contrib/openresolv/ |
| HD | resolvconf.in | 475 list_remove() { 593 list_remove domain_blacklist "$dn" >/dev/null || continue 604 *) list_remove name_server_blacklist \
|
| /freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | hash.c | 139 (void) list_remove(&hash->h_buckets[bucket], key, in hash_remove()
|
| HD | merge.c | 953 (void) list_remove(mcd->md_iitba, data, NULL, NULL); in add_iitba_cb() 1028 (void) list_remove(mcd->md_tdtbr, (void *)tdpp, NULL, NULL); in add_tdtbr_cb()
|
| /freebsd-11-stable/contrib/apr/memory/unix/ |
| HD | apr_pools.c | 745 #define list_remove(node) do { \ macro 849 list_remove(node); in apr_palloc() 883 list_remove(active); in apr_palloc() 1279 list_remove(node); in psprintf_flush() 1297 list_remove(active); in psprintf_flush() 1458 list_remove(active); in apr_pvsprintf()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/ |
| HD | list.c | 125 list_remove(list_t *list, void *object) in list_remove() function
|