/src/usr.bin/mail/ |
names.c | 56 nalloc(char str[], int ntype) function in typeref:typename:PUBLIC struct name * 145 t = nalloc(nbuf, ntype); 449 np = nalloc(cp, ntype);
|
/src/sys/external/bsd/drm2/linux/ |
linux_dma_resv.c | 328 uint32_t n, nalloc; local in function:dma_resv_reserve_shared 359 nalloc = n > UINT32_MAX/2 ? UINT32_MAX : 2*n; 360 prealloc = objlist_alloc(nalloc); 367 nalloc = n > UINT32_MAX/2 ? UINT32_MAX : MAX(2*n, 4); 368 prealloc = objlist_alloc(nalloc);
|
/src/sys/netinet/ |
tcp_vtw.h | 260 uint32_t nalloc; /* # allocated */ member in struct:vtw_ctl 277 uint32_t nalloc; /* # allocated */ member in struct:fatp_ctl
|
/src/sys/ufs/ffs/ |
ffs_alloc.c | 1272 daddr_t nalloc; local in function:ffs_nodealloccg 1311 nalloc = fs->fs_ipg - ufs_rw32(cgp->cg_cs.cs_nifree, needswap); 1312 if (nalloc + FFS_INOPB(fs) > initediblk &&
|
/src/sys/kern/ |
subr_vmem.c | 1804 int nalloc = 0; local in function:main 1918 nalloc++; 1937 fprintf(stderr, "total=%" PRIu64 ", nalloc=%d, nfree=%d\n", 1938 (uint64_t)total, nalloc, nfree);
|