Searched refs:to_free (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c144 struct rdsv3_ib_ipaddr *to_free = NULL; local
154 to_free = i_ipaddr;
160 if (to_free) {
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c306 dapls_tavor_wrid_list_hdr_t *container, *to_free; local
317 to_free = container;
324 consume_wqhdr = dapli_tavor_wrid_list_reap(to_free);
346 dapls_tavor_wrid_list_hdr_t *container, *to_free; local
381 to_free = container;
391 (void) dapli_tavor_wrid_list_reap(to_free);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c3057 tavor_wrid_list_hdr_t *container, *to_free; local
3069 to_free = container;
3076 consume_wqhdr = tavor_wrid_list_reap(to_free);
3098 tavor_wrid_list_hdr_t *container, *to_free; local
3134 to_free = container;
3144 (void) tavor_wrid_list_reap(to_free);
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc1046 Chain to_free = line->body.line.query; local
1048 retmem_mb((char *) to_free);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c3824 arc_shrink(int64_t to_free) argument
3828 if (arc_c > arc_c_min + to_free)
3829 atomic_add_64(&arc_c, -to_free);
4115 int64_t to_free = local
4117 if (to_free > 0) {
4119 to_free = MAX(to_free, ptob(needfree));
4121 arc_shrink(to_free);

Completed in 94 milliseconds