Home
last modified time | relevance | path

Searched refs:list_remove (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/cddl/contrib/opensolaris/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 *), in list_remove() function
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dlist.h45 void list_remove(list_t *, void *);
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist.h45 void list_remove(list_t *, void *);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dlist.h45 void list_remove(list_t *, void *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dfm.c148 list_remove(&zevent_list, ev); in zfs_zevent_drain()
347 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_next()
418 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek()
426 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek()
443 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek()
474 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_destroy()
H A Dmultilist.c377 list_remove(&mls->mls_list, obj); in multilist_sublist_is_empty_idx()
385 list_remove(&mls->mls_list, obj); in multilist_sublist_is_empty_idx()
H A Ddmu_zfetch.c214 list_remove(&zf->zf_stream, zs); in dmu_zfetch_stream_remove()
274 list_remove(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
300 list_remove(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
H A Ddsl_prop.c496 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()
H A Dzfs_fm.c267 list_remove(&recent_events_list, entry); in zfs_ereport_cleaner()
319 list_remove(&recent_events_list, entry); in zfs_ereport_clear()
392 list_remove(&recent_events_list, entry); in zfs_ereport_is_duplicate()
406 list_remove(&recent_events_list, entry); in zfs_ereport_is_duplicate()
H A Dvdev_queue.c291 list_remove(list, zio); in vdev_queue_class_remove()
592 list_remove(&vq->vq_active_list, zio); in vdev_queue_pending_remove()
H A Dspa_config.c340 list_remove(&target->spa_config_list, tdp); in spa_write_cachefile()
H A Dzio_inject.c1113 list_remove(&inject_handlers, handler);
H A Dzfs_fuid.c652 list_remove(&fuidp->z_fuids, zfuid); in zfs_fuid_create()
H A Darc.c3383 list_remove(&dev->l2ad_buflist, hdr); in arc_hdr_realloc()
3611 list_remove(&dev->l2ad_buflist, hdr); in arc_hdr_l2hdr_destroy()
3988 list_remove(&arc_evict_waiters, aw); in arc_evict_state_impl()
4463 list_remove(&arc_async_flush_list, af); in arc_async_flush_remove()
6284 list_remove(&arc_prune_list, p); in arc_remove_prune_callback()
8496 list_remove(buflist, head); in l2arc_write_done()
8527 list_remove(buflist, hdr); in l2arc_write_done()
8614 list_remove(buflist, head); in l2arc_write_done()
9049 list_remove(&dev->l2ad_lbptr_list, lb_ptr_buf); in l2arc_evict()
9967 list_remove(l2arc_dev_list, remdev); in l2arc_remove_vdev()
H A Ddbuf.c2531 list_remove(&db->db_dirty_records, dr); in dbuf_undirty_bonus()
2599 list_remove(&db->db_dirty_records, dr); in dbuf_undirty()
2609 list_remove(&dr->dr_parent->dt.di.dr_children, dr); in dbuf_undirty()
2615 list_remove(&dn->dn_dirty_records[txg & TXG_MASK], dr); in dbuf_undirty()
4856 list_remove(list, dr); in dbuf_sync_list()
5056 list_remove(&db->db_dirty_records, dr); in dbuf_write_done()
H A Dspa_log_spacemap.c521 list_remove(&spa->spa_log_summary, e); in spa_log_summary_decrement_blkcount()
/freebsd/contrib/openresolv/
H A Dresolvconf.in509 list_remove()
625 list_remove domain_blacklist "$dn" >/dev/null || continue
636 *) list_remove name_server_blacklist \
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h117 list_remove(list_t *list, void *object) in list_remove() function
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c139 (void) list_remove(&hash->h_buckets[bucket], key, in hash_remove()
H A Dmerge.c953 (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/sys/contrib/openzfs/lib/libspl/
H A Dlist.c123 list_remove(list_t *list, void *object) in list_remove() function
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c123 list_remove(list_t *list, void *object) in list_remove() function
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c229 list_remove(&sgp->sg_list, sep); in fmd_serd_eng_discard()
H A Dzfs_mod.c496 list_remove(&g_device_list, device); in zfs_process_add()
748 list_remove(&g_pool_list, pool); in zfs_iter_pool()

12