Searched refs:nfree (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dmalloc_ctl.h5 UV *nfree; member in struct:perl_mstats
H A Dmalloc.c2211 buf->nfree[i] = j;
2273 buffer.nfree = nf;
2293 buffer.nfree[i]);
2302 buffer.nfree[i]);
2312 buffer.ntotal[i] - buffer.nfree[i]);
2321 buffer.ntotal[i] - buffer.nfree[i]);
/openbsd-current/bin/ksh/
H A Dtable.c47 tp->size = tp->nfree = 0;
64 tp->nfree = 7*nsize/10; /* table can get 70% full */
76 tp->nfree--;
127 if (tp->nfree <= 0) { /* too full */
147 tp->nfree--;
219 shellf("table size %d, nfree %d\n", tp->size, tp->nfree);
H A Dtable.h11 int size, nfree; /* hash size (always 2^^n), free entries */ member in struct:table
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.xs155 b->buffer.nfree = b->buf;
250 p = b->buffer.nfree;
254 p1 = b->buffer.nfree;
/openbsd-current/sys/ufs/ufs/
H A Dufs_dirhash.c796 int block, ffslot, i, nfree; local
813 nfree = 0;
830 nfree += dp->d_reclen;
837 nfree += dp->d_reclen - DIRSIZ(dp);
842 if (dh->dh_blkfree[block] * DIRALIGN != nfree)
845 ffslot = BLKFREE2IDX(nfree / DIRALIGN);
/openbsd-current/usr.sbin/pstat/
H A Dpstat.c1106 int bdiv, i, avail, nfree, npfree, used; local
1139 avail = nfree = npfree = 0;
1160 nfree += (xsize - used);
1176 used = avail - nfree;
1185 "Total", hlen, avail / bdiv, used / bdiv, nfree / bdiv,
/openbsd-current/sys/dev/pci/
H A Dif_txp.c1583 u_int32_t widx, ridx, nfree; local
1590 nfree = letoh32(br->br_cmd_siz) - sizeof(struct txp_cmd_desc);
1593 nfree = letoh32(br->br_cmd_siz) -
1596 nfree = ridx - widx - sizeof(struct txp_cmd_desc);
1599 return (nfree / sizeof(struct txp_cmd_desc));
/openbsd-current/sys/dev/ic/
H A Drtw.c823 /* nfree: the number of free descriptors in each ring.
843 u_int nfree[RTW_NTXPRI] = local
848 tdb[pri].tdb_nfree = nfree[pri];
1531 printf("%s: txpri %d ndesc %d nfree %d\n", __func__, pri,

Completed in 108 milliseconds