| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | bplist.c | 70 list_remove(&bpl->bpl_list, bpe); in bplist_iterate() 87 list_remove(&bpl->bpl_list, bpe); in bplist_clear()
|
| HD | refcount.c | 92 list_remove(&rc->rc_list, ref); in zfs_refcount_destroy_many() 98 list_remove(&rc->rc_removed, ref); in zfs_refcount_destroy_many() 173 list_remove(&rc->rc_list, ref); in zfs_refcount_remove_many() 182 list_remove(&rc->rc_removed, ref); in zfs_refcount_remove_many()
|
| HD | fm.c | 148 list_remove(&zevent_list, ev); in zfs_zevent_drain() 152 list_remove(&ev->ev_ze_list, ze); in zfs_zevent_drain() 348 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_next() 420 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek() 428 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek() 445 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek() 476 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_destroy()
|
| HD | multilist.c | 353 list_remove(&mls->mls_list, obj); in multilist_sublist_move_forward() 361 list_remove(&mls->mls_list, obj); in multilist_sublist_remove()
|
| HD | zfs_onexit.c | 91 list_remove(&zo->zo_actions, ap); in zfs_onexit_destroy()
|
| HD | zil.c | 797 list_remove(&zilog->zl_lwb_list, lwb); in zil_destroy() 1185 list_remove(&lwb->lwb_itxs, itx); in zil_lwb_flush_vdevs_done() 1193 list_remove(&lwb->lwb_waiters, zcw); in zil_lwb_flush_vdevs_done() 1908 list_remove(list, itx); in zil_itxg_clean() 1917 list_remove(list, itx); in zil_itxg_clean() 1979 list_remove(&clean_list, itx); in zil_remove_async() 2249 list_remove(&zilog->zl_itx_commit_list, itx); in zil_prune_commit_list() 2339 list_remove(&zilog->zl_itx_commit_list, itx); in zil_process_commit_list() 2428 list_remove(&nolwb_waiters, zcw); in zil_process_commit_list() 2437 list_remove(&nolwb_itxs, itx); in zil_process_commit_list() [all …]
|
| HD | zfs_fm.c | 225 list_remove(&recent_events_list, entry); in zfs_ereport_cleaner() 277 list_remove(&recent_events_list, entry); in zfs_ereport_clear() 350 list_remove(&recent_events_list, entry); in zfs_ereport_is_duplicate() 364 list_remove(&recent_events_list, entry); in zfs_ereport_is_duplicate() 1448 list_remove(&recent_events_list, entry); in zfs_ereport_fini()
|
| HD | zfs_fuid.c | 654 list_remove(&fuidp->z_fuids, zfuid); in zfs_fuid_create() 705 list_remove(&fuidp->z_fuids, zfuid); in zfs_fuid_info_free() 714 list_remove(&fuidp->z_domains, zdomain); in zfs_fuid_info_free()
|
| HD | dsl_prop.c | 496 list_remove(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister() 497 list_remove(&cbr->cbr_pr->pr_cbs, cbr); in dsl_prop_unregister() 521 list_remove(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all() 522 list_remove(&cbr->cbr_pr->pr_cbs, cbr); in dsl_prop_unregister_all()
|
| HD | vdev_indirect.c | 302 list_remove(&iv->iv_splits, is); in vdev_indirect_map_free() 306 list_remove(&is->is_unique_child, ic); in vdev_indirect_map_free() 1661 list_remove(&is->is_unique_child, ic); in vdev_indirect_splits_damage()
|
| HD | zvol.c | 761 list_remove(&zvol_state_list, zv); in zvol_remove() 1195 list_remove(&minors_list, job); in zvol_create_minors_recursive() 1303 list_remove(&free_list, zv); in zvol_remove_minors_impl()
|
| /freebsd-13-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-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | list.h | 45 void list_remove(list_t *, void *);
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | list.h | 45 void list_remove(list_t *, void *);
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/ |
| HD | list.h | 45 void list_remove(list_t *, void *);
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/ |
| HD | zfs_agents.c | 371 list_remove(&agent_events, event); in zfs_agent_consumer_thread() 436 list_remove(&agent_events, event); in zfs_agent_fini()
|
| HD | zfs_mod.c | 477 list_remove(&g_device_list, device); in zfs_process_add() 718 list_remove(&g_pool_list, pool); in zfs_iter_pool() 1321 list_remove(&g_pool_list, pool); in zfs_slm_fini() 1328 list_remove(&g_device_list, device); in zfs_slm_fini()
|
| HD | fmd_serd.c | 214 list_remove(&sgp->sg_list, sep); in fmd_serd_eng_discard()
|
| /freebsd-13-stable/contrib/openresolv/ |
| HD | resolvconf.in | 509 list_remove() 625 list_remove domain_blacklist "$dn" >/dev/null || continue 636 *) list_remove name_server_blacklist \
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | list.h | 117 list_remove(list_t *list, void *object) in list_remove() function
|
| /freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | hash.c | 139 (void) list_remove(&hash->h_buckets[bucket], key, in hash_remove()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/ |
| HD | list.c | 122 list_remove(list_t *list, void *object) in list_remove() function
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/ |
| HD | list.c | 122 list_remove(list_t *list, void *object) in list_remove() function
|
| /freebsd-13-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()
|