/titanic_44/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 54 union overhead { union 55 union overhead *ov_next; /* when free */ 60 uchar_t ovu_pad[sizeof (union overhead *) - 2]; 62 uchar_t ovu_pad[sizeof (union overhead *) - 2]; 88 static union overhead *nextf[NBUCKETS]; 94 static int findbucket(union overhead *, int); 99 union overhead *op; in malloc() 178 union overhead *op; in morecore() 216 if (op == (union overhead *)-1) in morecore() 219 op = (union overhead *)((caddr_t)op - sbrk_adjust); in morecore() [all …]
|
/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | bpb.c | 63 int32_t overhead; in computeFileAreaSize() local 80 overhead = TheBIOSParameterBlock.bpb.resv_sectors; in computeFileAreaSize() 84 overhead += RootDirSize / TheBIOSParameterBlock.bpb.bytes_per_sector; in computeFileAreaSize() 90 overhead += TheBIOSParameterBlock.bpb.num_fats * in computeFileAreaSize() 111 overhead += TheBIOSParameterBlock.bpb.num_fats * in computeFileAreaSize() 125 dataSectors -= overhead; in computeFileAreaSize() 133 FirstClusterOffset = overhead * in computeFileAreaSize() 159 gettext("File system overhead of %d sectors.\n"), overhead); in computeFileAreaSize()
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | malloc.c | 157 size_t overhead; in memalign() local 172 overhead = 2 * sizeof (malloc_data_t); in memalign() 174 overhead = sizeof (malloc_data_t); in memalign() 177 ASSERT(overhead <= align); in memalign() 179 size = size_arg + overhead; in memalign() 180 phase = align - overhead; in memalign() 223 ASSERT((void *)((uintptr_t)ret - overhead) == buf); in memalign() 313 size_t overhead = sizeof (malloc_data_t); in process_free() local 318 overhead += sizeof (malloc_data_t); in process_free() 338 data_size = size - overhead; in process_free()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | wrap_size_limit.c | 113 int overhead; local 180 overhead = 7 + ctx->mech_used->length; 188 if (ohlen+overhead < req_output_size) 193 *max_input_size = (req_output_size - ohlen - overhead) & (~(OM_uint32)7);
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 71 Low-speed overhead 64060 ns 97 bytes 72 Hub LS overhead* 668 ns 1 byte 90 1.Hub specific low speed overhead 95 overhead = 2 x Hub_LS_Setup 155 Protocol overhead + ((MaxPacketSize * 7) / 6 ) + Host_Delay 159 Protocol overhead + Hub LS overhead + 193 transaction formula and protocol overhead calculations mentioned in 246 Start split overhead 67 ns 4 bytes 247 Complete split overhead 67 ns 4 bytes 282 (Protocol overhead + ((MaxPacketSize * 7) / 6 ) + [all …]
|
/titanic_44/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_dbm.c | 282 size_t size = 0, overhead = 0; in stats_dbm_attrcache_addsize() local 318 overhead += st->st_loghead.lh_maxbsize; in stats_dbm_attrcache_addsize() 354 return (size + overhead); in stats_dbm_attrcache_addsize()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 27 # avoid the overhead of using the DynaLoader package, and in addition constants
|
/titanic_44/usr/src/lib/libsqlite/tool/ |
H A D | report1.txt | 68 overhead for a total of 64. That means that a 1K page will
|
H A D | spaceanal.tcl | 290 The number of pages of header overhead in the database. This value is
|
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 3971 size_t overhead = sizeof (md); in um_umem_buffer_cb() local 3978 m_addr += overhead; in um_umem_buffer_cb() 3979 overhead += sizeof (md); in um_umem_buffer_cb() 3993 mallocsz = md.malloc_size - overhead; in um_umem_buffer_cb() 3997 ump->um_malloc_overhead += overhead; in um_umem_buffer_cb() 4147 size_t overhead; in umem_malloc_info() local 4226 overhead = mi.um_malloc_overhead; in umem_malloc_info() 4286 overhead += in umem_malloc_info() 4296 overhead_pct = (1000ULL * overhead) / allocated; in umem_malloc_info() 4302 mi.um_malloc, avg_malloc, allocated, overhead, in umem_malloc_info()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 93 # avoid the overhead of using the DynaLoader package, and in addition constants
|
/titanic_44/usr/src/test/libc-tests/cfg/ |
H A D | README | 80 or even YAML could have served, but the overhead of a syntax was more than
|
/titanic_44/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 83 ! Special system call stubs to save system call overhead
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 157 # avoid the overhead of using the DynaLoader package, and in addition constants
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 3076 int32_t overhead = 0; in ipsec_act_ovhd() local 3082 overhead += IPSEC_MAX_AH_HDR_SIZE; in ipsec_act_ovhd() 3084 overhead += IPSEC_MAX_ESP_HDR_SIZE; in ipsec_act_ovhd() 3085 overhead += sizeof (struct udphdr); in ipsec_act_ovhd() 3088 overhead += IP_SIMPLE_HDR_LENGTH; in ipsec_act_ovhd() 3090 return (overhead); in ipsec_act_ovhd() 3168 int32_t overhead, maxovhd = 0; in ipsec_act_find() local 3213 overhead = ipsec_act_ovhd(&a[i]); in ipsec_act_find() 3214 if (maxovhd < overhead) in ipsec_act_find() 3215 maxovhd = overhead; in ipsec_act_find()
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | builtins.mm | 32 in this case is performance. The overhead of process creation 301 by macros or inline functions so that there is no overhead.
|
H A D | sh.memo | 2185 is not a built-in command and incurs considerable overhead to use.)
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 843 ** bytes for every 254 bytes of input plus 2 bytes of fixed overhead.
|
/titanic_44/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 549 linker overhead
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 8330 Interpreter single-threaded. The overhead of a semaphore per-method is 9170 overhead (such as a slab allocator.) 15559 been upgraded to reduce the memory overhead (a separate tracking 16536 much faster because it doesn't have all the overhead of a full
|