Searched refs:grow (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dbloat-o-meter27 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
48 if d>0: grow, up = grow+1, up+d
55 print "add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \
56 (add, remove, grow, shrink, up, -down, up-down)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/
H A Dbloat-o-meter36 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
57 if d>0: grow, up = grow+1, up+d
68 total="(add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s)%%sTotal: %s bytes"\
69 % (add, remove, grow, shrink, up, -down, up-down)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_array_list.c222 grow (gl_list_t list) function
250 grow (list);
265 grow (list);
285 grow (list);
308 grow (list);
328 grow (list);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dmmap.c167 /* Don't let a single process grow too big:
251 * segment grow beyond its set limit the in case where the limit is
1436 * grow-up and grow-down cases.
1438 static int acct_stack_growth(struct vm_area_struct * vma, unsigned long size, unsigned long grow) argument
1445 if (!may_expand_vm(mm, grow))
1456 locked = mm->locked_vm + grow;
1462 /* Check to ensure the stack will not grow into a hugetlb-only region */
1472 if (security_vm_enough_memory(grow))
1476 mm->total_vm += grow;
1522 unsigned long size, grow; local
1584 unsigned long size, grow; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dconfig.c348 static void grow(void) function
371 grow();
383 grow();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c214 char *grow __P((char *s, char **p, size_t len));
264 /* grow a char buffer and keep a pointer offset */
265 char *grow(s, p, len) function
729 s1 = grow(s1, &p, len);
774 s1 = grow(s1, &p, len);
787 s1 = grow(s1, &p, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/lib/
H A Drheap.c43 static int grow(rh_info_t * info, int max_blocks) function
98 * causes a grow in the block area then all pointers kept to the block
105 /* This function is not meant to be used to grow uncontrollably */
116 return grow(info, max_blocks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S101 ! It can be valid access, such as stack grow and/or C-O-W.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl166 than the length of the supplied data, the record will grow; if
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c250 static int nl_pid_hash_rehash(struct nl_pid_hash *hash, int grow) argument
261 if (grow) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dgen_except.S279 beqs busy_fr |if unimp, grow to busy
397 | on an Unsupported data type exception), then we need to grow

Completed in 296 milliseconds