/src/distrib/utils/embedded/conf/ |
usermode.conf | 7 overhead=8 # in MB key
|
usermode.conf | 7 overhead=8 # in MB key
|
/src/libexec/ld.elf_so/ |
xmalloc.c | 104 * The overhead on a block is at least 4 bytes. When free, this space 113 union overhead { union 114 union overhead *ov_next; /* when free */ 143 * smallest allocatable block is 8 bytes. The overhead information 147 static union overhead *nextf[NBUCKETS]; 178 union overhead *op; 191 op = (union overhead *)(pagepool_start); 201 amt = sizeof(union overhead); 215 if (sizeof(union overhead) & (sizeof(union overhead) - 1)) [all...] |
xmalloc.c | 104 * The overhead on a block is at least 4 bytes. When free, this space 113 union overhead { union 114 union overhead *ov_next; /* when free */ 143 * smallest allocatable block is 8 bytes. The overhead information 147 static union overhead *nextf[NBUCKETS]; 178 union overhead *op; 191 op = (union overhead *)(pagepool_start); 201 amt = sizeof(union overhead); 215 if (sizeof(union overhead) & (sizeof(union overhead) - 1)) [all...] |
/src/lib/libbsdmalloc/ |
malloc.c | 72 * The overhead on a block is at least 4 bytes. When free, this space 81 union overhead { union 82 union overhead *ov_next; /* when free */ 110 * smallest allocatable block is 8 bytes. The overhead information 114 static union overhead *nextf[NBUCKETS]; 132 static int findbucket(union overhead *, int); 180 union overhead *op; 194 op = (union overhead *)(void *)sbrk(0); 273 union overhead *op; 296 op = (union overhead *)(void *)sbrk((int)amt) [all...] |
malloc.c | 72 * The overhead on a block is at least 4 bytes. When free, this space 81 union overhead { union 82 union overhead *ov_next; /* when free */ 110 * smallest allocatable block is 8 bytes. The overhead information 114 static union overhead *nextf[NBUCKETS]; 132 static int findbucket(union overhead *, int); 180 union overhead *op; 194 op = (union overhead *)(void *)sbrk(0); 273 union overhead *op; 296 op = (union overhead *)(void *)sbrk((int)amt) [all...] |
/src/sys/ufs/ext2fs/ |
ext2fs_vfsops.c | 878 uint32_t overhead, overhead_per_group, ngdb; local in function:ext2fs_statvfs 887 * Compute the overhead (FS structures) 893 overhead = fs->e2fs.e2fs_first_dblock + 914 overhead += ngroups * (1 /* superblock */ + ngdb); 919 sbp->f_blocks = fs->e2fs.e2fs_bcount - overhead;
|
ext2fs_vfsops.c | 878 uint32_t overhead, overhead_per_group, ngdb; local in function:ext2fs_statvfs 887 * Compute the overhead (FS structures) 893 overhead = fs->e2fs.e2fs_first_dblock + 914 overhead += ngroups * (1 /* superblock */ + ngdb); 919 sbp->f_blocks = fs->e2fs.e2fs_bcount - overhead;
|
/src/sys/arch/x86/x86/ |
cpu.c | 1421 int64_t overhead; local in function:cpu_get_tsc_freq 1452 * Work out the approximate overhead involved below. 1456 overhead = 0; 1464 overhead += (t1 - t0); 1467 overhead >>= 3; 1479 freq += t1 - t0 - overhead;
|
cpu.c | 1421 int64_t overhead; local in function:cpu_get_tsc_freq 1452 * Work out the approximate overhead involved below. 1456 overhead = 0; 1464 overhead += (t1 - t0); 1467 overhead >>= 3; 1479 freq += t1 - t0 - overhead;
|
/src/sys/netinet/ |
sctp_uio.h | 526 u_int32_t overhead; member in struct:sctp_rwnd_log
|
sctp_uio.h | 526 u_int32_t overhead; member in struct:sctp_rwnd_log
|