Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 12 of 12) sorted by relevance

/onnv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlcnalloc.c757 s64 nr_freed, delta, to_free; in ntfs_cluster_free() local
786 to_free = rl->length - delta; in ntfs_cluster_free()
787 if (count >= 0 && to_free > count) in ntfs_cluster_free()
788 to_free = count; in ntfs_cluster_free()
793 to_free)) in ntfs_cluster_free()
796 nr_freed = to_free; in ntfs_cluster_free()
805 count -= to_free; in ntfs_cluster_free()
824 to_free = rl->length; in ntfs_cluster_free()
825 if (count >= 0 && to_free > count) in ntfs_cluster_free()
826 to_free = count; in ntfs_cluster_free()
[all …]
/onnv-gate/usr/src/common/openssl/apps/
H A Dopenssl.c225 char *to_free=NULL; in main() local
268 p=to_free=make_config_name(); in main()
346 if (to_free) in main()
347 OPENSSL_free(to_free); in main()
H A Dreq.c199 char *to_free; in MAIN() local
558 p=to_free=make_config_name(); in MAIN()
1174 if(to_free) in MAIN()
1175 OPENSSL_free(to_free); in MAIN()
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc_plus.h33 PedTimer* timer, unsigned int to_free);
H A Dreloc.h33 PedTimer* timer, unsigned int to_free);
H A Dhfs.c197 unsigned int block, to_free; in hfs_resize() local
252 to_free = ( fs->geom->length - geom->length in hfs_resize()
255 block = hfs_find_start_pack (fs, to_free); in hfs_resize()
256 if (!hfs_pack_free_space_from_block (fs, block, timer, to_free)) { in hfs_resize()
600 unsigned int block, to_free, old_blocks; in hfsplus_volume_resize() local
631 to_free = ( priv_data->plus_geom->length in hfsplus_volume_resize()
634 block = hfsplus_find_start_pack (fs, to_free); in hfsplus_volume_resize()
635 if (!hfsplus_pack_free_space_from_block (fs, block, timer, to_free)) { in hfsplus_volume_resize()
H A Dreloc.c586 PedTimer* timer, unsigned int to_free) in hfs_pack_free_space_from_block() argument
596 + 1 - start - to_free; in hfs_pack_free_space_from_block()
H A Dreloc_plus.c859 PedTimer* timer, unsigned int to_free) in hfsplus_pack_free_space_from_block() argument
869 + 1 - start - to_free; in hfsplus_pack_free_space_from_block()
/onnv-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c306 dapls_tavor_wrid_list_hdr_t *container, *to_free; in dapls_tavor_wrid_cq_reap() local
317 to_free = container; in dapls_tavor_wrid_cq_reap()
324 consume_wqhdr = dapli_tavor_wrid_list_reap(to_free); in dapls_tavor_wrid_cq_reap()
346 dapls_tavor_wrid_list_hdr_t *container, *to_free; in dapls_tavor_wrid_cq_force_reap() local
381 to_free = container; in dapls_tavor_wrid_cq_force_reap()
391 (void) dapli_tavor_wrid_list_reap(to_free); in dapls_tavor_wrid_cq_force_reap()
/onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c144 struct rdsv3_ib_ipaddr *to_free = NULL; in rdsv3_ib_remove_ipaddr() local
154 to_free = i_ipaddr; in rdsv3_ib_remove_ipaddr()
160 if (to_free) { in rdsv3_ib_remove_ipaddr()
/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c3057 tavor_wrid_list_hdr_t *container, *to_free; in tavor_wrid_cq_reap() local
3069 to_free = container; in tavor_wrid_cq_reap()
3076 consume_wqhdr = tavor_wrid_list_reap(to_free); in tavor_wrid_cq_reap()
3098 tavor_wrid_list_hdr_t *container, *to_free; in tavor_wrid_cq_force_reap() local
3134 to_free = container; in tavor_wrid_cq_force_reap()
3144 (void) tavor_wrid_list_reap(to_free); in tavor_wrid_cq_force_reap()
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1958 uint64_t to_free; in arc_shrink() local
1961 to_free = MAX(arc_c >> arc_shrink_shift, ptob(needfree)); in arc_shrink()
1963 to_free = arc_c >> arc_shrink_shift; in arc_shrink()
1965 if (arc_c > arc_c_min + to_free) in arc_shrink()
1966 atomic_add_64(&arc_c, -to_free); in arc_shrink()