OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overhead
(Results
1 - 12
of
12
) sorted by relevancy
/src/libexec/ld.elf_so/
xmalloc.c
103
* The
overhead
on a block is at least 4 bytes. When free, this space
108
union
overhead
{
union
109
union
overhead
*ov_next; /* when free */
128
* (FIRST_BUCKET_SIZE << i). The
overhead
information precedes the data
134
static union
overhead
*nextf[NBUCKETS];
164
return (((caddr_t)cp - sizeof(union
overhead
)));
170
union
overhead
*op;
183
op = (union
overhead
*)(pagepool_start);
230
union
overhead
*ov;
236
mem = imalloc(size + align + offset + sizeof(union
overhead
));
[
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);
274
union
overhead
*op;
297
op = (union
overhead
*)(void *)sbrk((int)amt)
[
all
...]
/src/distrib/utils/embedded/conf/
usermode.conf
7
overhead
=8 # in MB
/src/sys/arch/x86/x86/
cpu.c
1421
int64_t
overhead
;
local
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
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/m68k/m68k/
oc_cksum.s
84
| subroutine call adds 400%
overhead
to an IP header checksum.
/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
Completed in 31 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026