Searched refs:new_alloc (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dpercpu.c355 int new_alloc; local
360 new_alloc = PCPU_DFL_MAP_ALLOC;
361 while (new_alloc < chunk->map_used + 2)
362 new_alloc *= 2;
364 return new_alloc;
370 * @new_alloc: new target allocation length of the area map
372 * Extend area map of @chunk to have @new_alloc entries.
380 static int pcpu_extend_area_map(struct pcpu_chunk *chunk, int new_alloc) argument
383 size_t old_size = 0, new_size = new_alloc * sizeof(new[0]);
393 if (new_alloc <
709 int slot, off, new_alloc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dpercpu.c355 int new_alloc; local
360 new_alloc = PCPU_DFL_MAP_ALLOC;
361 while (new_alloc < chunk->map_used + 2)
362 new_alloc *= 2;
364 return new_alloc;
370 * @new_alloc: new target allocation length of the area map
372 * Extend area map of @chunk to have @new_alloc entries.
380 static int pcpu_extend_area_map(struct pcpu_chunk *chunk, int new_alloc) argument
383 size_t old_size = 0, new_size = new_alloc * sizeof(new[0]);
393 if (new_alloc <
709 int slot, off, new_alloc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dregex_internal.c1063 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc;
1064 Idx *new_elems = re_realloc (dest->elems, Idx, new_alloc);
1068 dest->alloc = new_alloc;
1203 Idx new_alloc = 2 * (src->nelem + dest->alloc);
1204 Idx *new_buffer = re_realloc (dest->elems, Idx, new_alloc);
1208 dest->alloc = new_alloc;
1587 Idx new_alloc = 2 * spot->num + 2;
1589 new_alloc);
1593 spot->alloc = new_alloc;
1061 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc; local
1201 Idx new_alloc = 2 * (src->nelem + dest->alloc); local
1584 Idx new_alloc = 2 * spot->num + 2; local
H A Dregexec.c2939 Idx new_alloc;
2942 new_alloc = old_alloc + incr_alloc;
2943 if (BE (SIZE_MAX / sizeof (re_dfastate_t *) < new_alloc, 0))
2945 new_array = re_realloc (path->array, re_dfastate_t *, new_alloc);
2949 path->alloc = new_alloc;
2935 Idx new_alloc; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dregex_internal.c1063 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc;
1064 Idx *new_elems = re_realloc (dest->elems, Idx, new_alloc);
1068 dest->alloc = new_alloc;
1203 Idx new_alloc = 2 * (src->nelem + dest->alloc);
1204 Idx *new_buffer = re_realloc (dest->elems, Idx, new_alloc);
1208 dest->alloc = new_alloc;
1587 Idx new_alloc = 2 * spot->num + 2;
1589 new_alloc);
1593 spot->alloc = new_alloc;
1061 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc; local
1201 Idx new_alloc = 2 * (src->nelem + dest->alloc); local
1584 Idx new_alloc = 2 * spot->num + 2; local
H A Dregexec.c2939 Idx new_alloc;
2942 new_alloc = old_alloc + incr_alloc;
2943 if (BE (SIZE_MAX / sizeof (re_dfastate_t *) < new_alloc, 0))
2945 new_array = re_realloc (path->array, re_dfastate_t *, new_alloc);
2949 path->alloc = new_alloc;
2935 Idx new_alloc; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dregex_internal.c1063 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc;
1064 Idx *new_elems = re_realloc (dest->elems, Idx, new_alloc);
1068 dest->alloc = new_alloc;
1203 Idx new_alloc = 2 * (src->nelem + dest->alloc);
1204 Idx *new_buffer = re_realloc (dest->elems, Idx, new_alloc);
1208 dest->alloc = new_alloc;
1587 Idx new_alloc = 2 * spot->num + 2;
1589 new_alloc);
1593 spot->alloc = new_alloc;
1061 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc; local
1201 Idx new_alloc = 2 * (src->nelem + dest->alloc); local
1584 Idx new_alloc = 2 * spot->num + 2; local
H A Dregexec.c2939 Idx new_alloc;
2942 new_alloc = old_alloc + incr_alloc;
2943 if (BE (SIZE_MAX / sizeof (re_dfastate_t *) < new_alloc, 0))
2945 new_array = re_realloc (path->array, re_dfastate_t *, new_alloc);
2949 path->alloc = new_alloc;
2935 Idx new_alloc; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/glthread/
H A Dlock.c704 unsigned int new_alloc = 2 * wq->alloc + 1; local
706 (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE));
729 wq->alloc = new_alloc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/glthread/
H A Dlock.c704 unsigned int new_alloc = 2 * wq->alloc + 1; local
706 (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE));
729 wq->alloc = new_alloc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/glthread/
H A Dlock.c704 unsigned int new_alloc = 2 * wq->alloc + 1; local
706 (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE));
729 wq->alloc = new_alloc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/
H A Djournal.c2971 int new_alloc)
2980 (journal->j_len_alloc + new_alloc) >= journal->j_max_batch ||
2987 journal->j_len_alloc += new_alloc;
2988 th->t_blocks_allocated += new_alloc ;
2970 journal_transaction_should_end(struct reiserfs_transaction_handle *th, int new_alloc) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/reiserfs/
H A Djournal.c2971 int new_alloc)
2980 (journal->j_len_alloc + new_alloc) >= journal->j_max_batch ||
2987 journal->j_len_alloc += new_alloc;
2988 th->t_blocks_allocated += new_alloc ;
2970 journal_transaction_should_end(struct reiserfs_transaction_handle *th, int new_alloc) argument

Completed in 287 milliseconds