Searched refs:allocated (Results 1 - 25 of 31) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dmtrace.awk5 $1 == "+" { if (allocated[$2] != "")
6 print "+", $2, "Alloc", NR, "duplicate:", allocated[$2];
8 allocated[$2] = $3;
10 $1 == "-" { if (allocated[$2] != "") {
11 allocated[$2] = "";
12 if (allocated[$2] != "")
13 print "DELETE FAILED", $2, allocated[$2];
17 $1 == "<" { if (allocated[$2] != "")
18 allocated[$2] = "";
22 $1 == ">" { if (allocated[
[all...]
H A Dregion.c28 struct region_el *allocated; member in struct:region_struct
48 for (r = region->allocated; r; r = next) {
69 * conflicts witih something that's already allocated, return
74 for (r = region->allocated, prev=NULL; r; prev = r, r = r->next) {
112 region->allocated = new_region;
160 for (r = region->allocated; r; r = r->next) {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dvasnprintf.c142 size_t allocated; local
170 allocated = *lengthp;
175 allocated = 0;
179 result is either == resultbuf or == NULL or malloc-allocated.
182 /* Ensures that allocated >= needed. Aborts through a jump to
185 if ((needed) > allocated) \
190 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \
191 if ((needed) > allocated) \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dstruct.h31 __s64 size, allocated, initialized, compsize; member in struct:ntfs_attribute
H A Dinode.c53 NTFS_PUTU32(mft + 0x1c, rec_size); /* Total allocated size. */
629 * updating attr->allocated and attr->size in the process. (AIA)
631 if ((!attr->resident && offset + l > attr->allocated) ||
969 NTFS_PUTS64(buf + 0x28, attr->allocated);
1260 * when size of (rl1 + rl2) > allocated size of rl1).
1356 /* Determine the number of allocated mft records in the mft. */
1357 pass_end = nr_mft_records = data->allocated >>
1389 "bmp->allocated = 0x%Lx, bmp->size = 0x%Lx, "
1390 "bmp->initialized = 0x%Lx.\n", bmp->allocated,
1399 "bmp->allocated
[all...]
H A Dattr.c256 * ntfs_extend_attr - extend allocated size of an attribute
265 * Only modifies attr->allocated, i.e. doesn't touch attr->size, nor
282 if (len <= attr->allocated)
295 clen = (len - attr->allocated + ino->vol->cluster_size - 1) >>
303 attr->allocated += (__s64)clen << ino->vol->cluster_size_bits;
331 * ->allocated is updated by ntfs_extend_attr(), while ->initialized
334 attr->allocated = attr->initialized = 0;
362 * Resize the attribute to a newsize. attr->allocated and attr->size are
461 attr->allocated = (__s64)newcount << clustersizebits;
509 attr->size = attr->allocated
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/
H A Ddvma.c34 dma->allocated = 0; /* No one has allocated us yet */
63 dma->allocated = 1;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dclient.h157 /* was this structure allocated by cli_initialise? If so, then
159 BOOL allocated; member in struct:cli_state
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclientgen.c316 cli->allocated = alloced_cli;
401 BOOL allocated = cli->allocated; local
404 if (allocated)
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgmem.c52 * allocated and 1 when it has been freed. The second, at offset
98 gulong allocated; /* the number of atoms allocated from this area */ member in struct:_GMemArea
100 gchar mem[MEM_AREA_SIZE]; /* the mem array from which atoms get allocated
444 g_log (g_log_domain_glib, G_LOG_LEVEL_INFO, "%lu bytes allocated", local_allocated_mem);
577 /* Determine which area this piece of memory is allocated from */
627 /* Update the number of allocated atoms count.
629 temp_area->allocated += 1;
669 rmem_chunk->mem_area->allocated = 0;
678 rmem_chunk->mem_area->allocated
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dinit.c178 int allocated; member in struct:temp_map
194 for (i = 0; temp_mappings[i].allocated; i++) {
201 ti->allocated = 1;
213 ti->allocated = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Ddma.h76 int allocated; /* Are we "owned" by anyone yet? */ member in struct:sbus_dma
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Ddma.h76 int allocated; /* Are we "owned" by anyone yet? */ member in struct:sbus_dma
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dexpr.c271 re_buffer.allocated = 2 * len;
272 re_buffer.buffer = (unsigned char *) xmalloc (re_buffer.allocated);
H A Dinsmod.c649 int allocated:1; member in struct:arch_plt_entry
1236 if (pltneeded && intsym->pltent.allocated == 0) {
1237 intsym->pltent.allocated = 1;
3015 /* Note that we allocated data for NOBITS sections earlier. */
3223 * load the unloaded sections directly into the memory allocated by
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Ddvma.h116 int allocated; /* Are we "owned" by anyone yet? */ member in struct:Linux_SBus_DMA
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Ddma.h70 int allocated; /* Are we "owned" by anyone yet? */ member in struct:sbus_dma
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Ddvma.h116 int allocated; /* Are we "owned" by anyone yet? */ member in struct:Linux_SBus_DMA
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Ddma.h70 int allocated; /* Are we "owned" by anyone yet? */ member in struct:sbus_dma
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dapi-ip6-flowlabels.tex223 longer than boot time require to store allocated labels at stable
265 already allocated one or to delete old flow label.
330 MAY set longer lifetimes, but in this case they MUST save allocated
384 List of currently allocated
417 \verb|rtap| utility is modified to parse flow labels. F.e.\ if user allocated
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datari_NCR5380.c203 * place where tags/LUNs are allocated. So no other allocation can slip
213 /* For the m68k, the number of bits in 'allocated' must be a multiple of 32! */
219 char allocated[MAX_TAGS/8]; member in struct:__anon2266
238 memset( &ta->allocated, 0, MAX_TAGS/8 );
292 TAG_PRINTK( "scsi%d: target %d lun %d now allocated by untagged "
298 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
299 set_bit( cmd->tag, &ta->allocated );
328 clear_bit( cmd->tag, &ta->allocated );
347 memset( &ta->allocated, 0, MAX_TAGS/8 );
H A Dmac_NCR5380.c221 * place where tags/LUNs are allocated. So no other allocation can slip
231 /* For the m68k, the number of bits in 'allocated' must be a multiple of 32! */
237 char allocated[MAX_TAGS/8]; member in struct:__anon2499
256 memset( &ta->allocated, 0, MAX_TAGS/8 );
310 TAG_PRINTK( "scsi%d: target %d lun %d now allocated by untagged "
316 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
317 set_bit( cmd->tag, &ta->allocated );
346 clear_bit( cmd->tag, &ta->allocated );
365 memset( &ta->allocated, 0, MAX_TAGS/8 );
H A Dsun3_NCR5380.c205 * place where tags/LUNs are allocated. So no other allocation can slip
215 /* For the m68k, the number of bits in 'allocated' must be a multiple of 32! */
221 char allocated[MAX_TAGS/8]; member in struct:__anon2604
240 memset( &ta->allocated, 0, MAX_TAGS/8 );
294 TAG_PRINTK( "scsi%d: target %d lun %d now allocated by untagged "
300 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
301 set_bit( cmd->tag, &ta->allocated );
330 clear_bit( cmd->tag, &ta->allocated );
349 memset( &ta->allocated, 0, MAX_TAGS/8 );
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex149 constant (NO\_PROC\_ID) indicating the job is not allocated to a processor.
152 to run from all runnable processes not allocated to a different processor.
232 for each processor in the system. These must be allocated at startup to
239 real mode. The kernel uses the single page it allocated for each processor
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/Doc/
H A Dlibevent.tex151 {An allocated \Eh{}, or NULL if out of memory.}
172 {An allocated \Eh{}, or NULL if out of memory.}
194 {An allocated \Eh{}, or NULL if out of memory.}
486 \item \param{buf} -- a dynamically-allocated buffer holding the data

Completed in 145 milliseconds

12