HomeSort by: relevance | last modified time | path
    Searched refs:overhead (Results 1 - 12 of 12) sorted by relevancy

  /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...]
  /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...]
  /src/distrib/utils/embedded/conf/
usermode.conf 7 overhead=8 # in MB key
  /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;
  /src/sys/modules/examples/luareadhappy/
happy.lua 52 -- need for additional overhead in context-switch with support for floats.
  /src/sys/arch/m68k/060sp/dist/
ilsp.doc 50 instructions, a program can avoid the overhead associated with
fplsp.doc 50 instructions, a program can avoid the overhead associated
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 88 | subroutine call adds 400% overhead to an IP header checksum.
  /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;
  /src/sys/netinet/
sctp_uio.h 526 u_int32_t overhead; member in struct:sctp_rwnd_log
sctputil.c 238 sctp_log_rwnd(uint8_t from, u_int32_t peers_rwnd , u_int32_t snd_size, u_int32_t overhead)
244 sctp_clog[sctp_cwnd_log_at].x.rwnd.overhead = overhead;
254 sctp_log_rwnd_set(uint8_t from, u_int32_t peers_rwnd , u_int32_t flight_size, u_int32_t overhead, u_int32_t a_rwndval)
260 sctp_clog[sctp_cwnd_log_at].x.rwnd.overhead = overhead;
1594 * the asoc MTU, going through ANY chunk+overhead larger than mtu
  /src/sys/arch/m68k/m68k/
oc_cksum.s 84 | subroutine call adds 400% overhead to an IP header checksum.

Completed in 22 milliseconds