Home
last modified time | relevance | path

Searched refs:avl_remove (Results 1 – 25 of 98) sorted by relevance

1234

/titanic_41/usr/src/man/man3avl/
H A DMakefile38 avl_remove.3avl
41 avl_remove.3avl := LINKSRC = avl_add.3avl
/titanic_41/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c384 avl_remove(&dlmgmt_name_avl, linkp); in link_activate()
475 avl_remove(&dlmgmt_name_avl, linkp); in dlmgmt_create_common()
476 avl_remove(&dlmgmt_id_avl, linkp); in dlmgmt_create_common()
515 avl_remove(&dlmgmt_loan_avl, linkp); in dlmgmt_destroy_common()
519 avl_remove(&dlmgmt_id_avl, linkp); in dlmgmt_destroy_common()
520 avl_remove(&dlmgmt_name_avl, linkp); in dlmgmt_destroy_common()
H A Ddlmgmt_door.c657 avl_remove(&dlmgmt_name_avl, linkp); in dlmgmt_remapid()
682 avl_remove(&dlmgmt_name_avl, linkp); in dlmgmt_remapid()
972 avl_remove(&dlmgmt_dlconf_avl, dlconfp); in dlmgmt_destroyconf()
1248 avl_remove(&dlmgmt_loan_avl, linkp); in dlmgmt_setzoneid()
1263 avl_remove(&dlmgmt_name_avl, linkp); in dlmgmt_setzoneid()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c147 avl_remove(&vc->vc_lastused_tree, ve); in vdev_cache_evict()
148 avl_remove(&vc->vc_offset_tree, ve); in vdev_cache_evict()
203 avl_remove(&vc->vc_lastused_tree, ve); in vdev_cache_hit()
H A Dzfs_rlock.c201 avl_remove(tree, rl); in zfs_range_proxify()
477 avl_remove(tree, remove); in zfs_range_unlock_reader()
510 avl_remove(tree, rl); in zfs_range_unlock_reader()
541 avl_remove(&zp->z_range_avl, rl); in zfs_range_unlock()
H A Dunique.c112 avl_remove(&unique_avl, un); in unique_remove()
H A Dvdev_queue.c292 avl_remove(vdev_queue_class_tree(vq, zio->io_priority), zio); in vdev_queue_io_remove()
293 avl_remove(vdev_queue_type_tree(vq, zio->io_type), zio); in vdev_queue_io_remove()
326 avl_remove(&vq->vq_active_tree, zio); in vdev_queue_pending_remove()
H A Drange_tree.c195 avl_remove(&rt->rt_root, rs_before); in range_tree_add()
288 avl_remove(&rt->rt_root, rs); in range_tree_remove()
H A Dzfs_ctldir.c581 avl_remove(&sdp->sd_snaps, sep); in zfsctl_rename_snap()
720 avl_remove(&sdp->sd_snaps, sep); in zfsctl_snapdir_remove()
1231 avl_remove(&sdp->sd_snaps, sep); in zfsctl_snapshot_inactive()
1351 avl_remove(&sdp->sd_snaps, sep); in zfsctl_umount_snapshots()
H A Ddsl_deadlist.c288 avl_remove(&dl->dl_tree, dle); in dsl_deadlist_remove_key()
533 avl_remove(&dl->dl_tree, dle); in dsl_deadlist_move_bpobj()
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c121 avl_remove(&rs->rs_rdma_keys, mr); in rdsv3_destroy_mr()
153 avl_remove(&rs->rs_rdma_keys, &mr->r_rb_node); in rdsv3_rdma_drop_keys()
355 avl_remove(&rs->rs_rdma_keys, &mr->r_rb_node); in rdsv3_free_mr()
398 avl_remove(&rs->rs_rdma_keys, &mr->r_rb_node); in rdsv3_rdma_unuse()
/titanic_41/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_tgt.c785 avl_remove(&iscsit_global.global_target_list, tgt); in iscsit_config_merge_tgt()
1046 avl_remove(&tgt->target_tpgt_list, tpgt); in iscsit_tgt_destroy()
1179 avl_remove(&tgt->target_sess_list, sess); in iscsit_tgt_unbind_sess()
1187 avl_remove(&iscsit_global.global_discovery_sessions, sess); in iscsit_tgt_unbind_sess()
1306 avl_remove(&tgt->target_tpgt_list, tpgt); in iscsit_tgt_merge_tpgt()
1532 avl_remove(&iscsit_global.global_tpg_list, tpg); in iscsit_config_merge_tpg()
1638 avl_remove(&tpg->tpg_portal_list, portal); in iscsit_tpg_modify()
1676 avl_remove(&tpg->tpg_portal_list, portal); in iscsit_tpg_destroy()
1729 avl_remove(&tpg->tpg_portal_list, portal); in iscsit_tpg_destroydefault()
2054 avl_remove(&iscsit_global.global_ini_list, ini); in iscsit_config_merge_ini()
/titanic_41/usr/src/uts/common/sys/
H A Davl.h248 extern void avl_remove(avl_tree_t *tree, void *node);
/titanic_41/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c533 avl_remove(&pppt_global.global_target_list, tgt); in pppt_disable_svc()
550 avl_remove(&delete_target_list, tgt); in pppt_disable_svc()
1191 avl_remove(&tgt->target_sess_list, ps); in pppt_sess_close_locked()
1192 avl_remove(&pppt_global.global_sess_list, ps); in pppt_sess_close_locked()
1291 avl_remove(&ptask->pt_sess->ps_task_list, ptask); in pppt_task_done()
1405 avl_remove(&ptask->pt_sess->ps_task_list, ptask); in pppt_task_try_abort()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c172 avl_remove(&chandle->ch_cache, node); in smb_cache_add()
210 avl_remove(&chandle->ch_cache, node); in smb_cache_remove()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c376 avl_remove(&mcip->mci_v4_pending_txn, txn); in remove_dhcpv4_pending_txn()
415 avl_remove(&mcip->mci_v4_completed_txn, txn); in insert_dhcpv4_completed_txn()
430 avl_remove(&mcip->mci_v4_dyn_ip, txn); in remove_dhcpv4_completed_txn()
432 avl_remove(&mcip->mci_v4_completed_txn, txn); in remove_dhcpv4_completed_txn()
534 avl_remove(&mcip->mci_v4_pending_txn, txn); in txn_cleanup_v4()
1019 avl_remove(&mcip->mci_v6_cid, cid); in remove_dhcpv6_cid()
1023 avl_remove(&mcip->mci_v6_dyn_ip, addr); in remove_dhcpv6_cid()
1109 avl_remove(&mcip->mci_v6_pending_txn, txn); in remove_dhcpv6_pending_txn()
1204 avl_remove(&mcip->mci_v6_pending_txn, txn); in txn_cleanup_v6()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3avl.inc31 link path=usr/share/man/man3avl/avl_remove.3avl target=avl_add.3avl
/titanic_41/usr/src/lib/libavl/
H A Dmapfile-vers56 avl_remove;
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c451 avl_remove(&dup->fr_claimants, claimant); in decrement_claimant()
454 avl_remove(&dup_frags, (void *)dup); in decrement_claimant()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c2073 avl_remove(&hqueue->read_tree, hqueue->next); in hsched_fini()
2148 avl_remove(&hqueue->read_tree, hqueue->next); in hsched_invoke_strategy()
2175 avl_remove(&hqueue->read_tree, hqueue->next); in hsched_invoke_strategy()
2185 avl_remove(&hqueue->read_tree, hqueue->next); in hsched_invoke_strategy()
2201 avl_remove(&hqueue->deadline_tree, tio); in hsched_invoke_strategy()
2202 avl_remove(&hqueue->read_tree, tio); in hsched_invoke_strategy()
2230 avl_remove(&hqueue->deadline_tree, tio); in hsched_invoke_strategy()
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c968 avl_remove(&bip->bi_fwd, bfp); in fwd_delete()
1049 avl_remove(&bip->bi_fwd, bfp); in fwd_update_local()
1085 avl_remove(&bip->bi_fwd, bfp); in fwd_update_local()
1196 avl_remove(&bip->bi_fwd, bfp); in link_shutdown()
1205 avl_remove(&fwd_scavenge, bfp); in link_shutdown()
1437 avl_remove(&bip->bi_fwd, bfp); in bridge_timer()
1454 avl_remove(&fwd_scavenge, bfp); in bridge_timer()
2670 avl_remove(&bip->bi_fwd, bfp); in bridge_trill_flush()
2678 avl_remove(&fwd_scavenge, bfp); in bridge_trill_flush()
3274 avl_remove(&bip->bi_fwd, bfp); in bridge_ioctl()
[all …]
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_ciss_simple.c98 avl_remove(&smrt->smrt_inflight, smcm); in smrt_retrieve_simple()
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c515 avl_remove(&chanp->chan_req_avl_tree, in rdma_destroy_id()
1074 avl_remove(&root_chanp->chan_req_avl_tree, idp); in rdma_accept()
1136 avl_remove(&root_chanp->chan_acpt_avl_tree, in rdma_accept()
1229 avl_remove(&root_chanp->chan_req_avl_tree, idp); in rdma_reject()
1580 avl_remove(&sol_cma_glbl_listen_tree,
2147 avl_remove(&root_chanp->chan_acpt_avl_tree, idp);
2154 avl_remove(&root_chanp->chan_req_avl_tree, idp);
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c289 avl_remove(&vncache_avl, vp); in vncache_inactive()
/titanic_41/usr/src/common/avl/
H A Davl.c674 avl_remove(avl_tree_t *tree, void *data) in avl_remove() function
820 avl_remove((tree), (obj)); \

1234