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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dtries.c106 TRIES *to_free = *tree; local
108 free(to_free);
134 TRIES *to_free = *tree; local
136 free(to_free);
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_support_nfs4.c144 char *str, *flag, *to_free; local
147 to_free = str;
169 free(to_free);
174 free(to_free);
/freebsd-11-stable/crypto/openssl/apps/
H A Dopenssl.c226 char *to_free = NULL; local
331 p = to_free = make_config_name();
420 if (to_free)
421 OPENSSL_free(to_free);
H A Dreq.c197 char *to_free; local
464 p = to_free = make_config_name();
1014 if (to_free)
1015 OPENSSL_free(to_free);
/freebsd-11-stable/sys/kern/
H A Dkern_event.c1559 struct klist *list, *tmp_knhash, *to_free; local
1567 to_free = NULL;
1579 to_free = list;
1582 to_free = list;
1587 to_free = kq->kq_knlist;
1606 to_free = tmp_knhash;
1612 to_free = tmp_knhash;
1617 free(to_free, M_KQUEUE);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c4274 arc_reduce_target_size(int64_t to_free) argument
4279 arc_c_min, uint64_t, arc_p, uint64_t, to_free);
4280 if (arc_c > arc_c_min + to_free)
4281 atomic_add_64(&arc_c, -to_free);
4691 int64_t to_free = local
4693 if (to_free > 0) {
4696 to_free = MAX(to_free, ptob(needfree));
4699 arc_reduce_target_size(to_free);
6598 int64_t free_memory, to_free; local
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c278 static opt_apply to_free[] = variable
1374 apply_opts(free_op, to_free, FALSE);
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c18021 uint32_t occup, to_free, freed, freed_start; local
18024 occup = to_free = REG_RD(sc, regs->lines_occup);
18031 ((uint32_t)((int32_t)freed - (int32_t)freed_start) < to_free)) {

Completed in 248 milliseconds