Searched refs:stack_size (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_dispatch.h86 u_int32_t stack_size; member in struct:__db_txnlist::__anon2048::__anon2050
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Delf-fdpic.h45 unsigned long stack_size; /* stack size requested (PT_GNU_STACK) */ member in struct:elf_fdpic_params
H A Dflat.h44 unsigned long stack_size; /* Size of stack, in bytes */ member in struct:flat_hdr
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-glade.c395 static size_t stack_size; variable
397 /* Ensures stack_size >= size. */
401 if (size > stack_size)
403 stack_size = 2 * stack_size;
404 if (stack_size < size)
405 stack_size = size;
408 xrealloc (stack, stack_size * sizeof (struct element_state));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_task_types.h210 stack_size
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_elf_fdpic.c145 params->stack_size = phdr->p_memsz;
161 unsigned long stack_size, entryaddr; local
273 stack_size = exec_params.stack_size;
274 if (stack_size < interp_params.stack_size)
275 stack_size = interp_params.stack_size;
289 if (stack_size == 0)
361 stack_size
[all...]
H A Dbinfmt_flat.c434 stack_len = ntohl(hdr->stack_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dprocess.c114 unsigned long stack_start, unsigned long stack_size,
113 copy_thread(int nr, unsigned long clone_flags, unsigned long stack_start, unsigned long stack_size, struct task_struct *p, struct pt_regs *regs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c818 if (elp->u.l.stack_indx == elp->u.l.stack_size) {
819 elp->u.l.stack_size <<= 1;
821 elp->u.l.stack_size, &elp->u.l.lsn_stack)) != 0) {
890 elp->u.l.stack_size = DB_LSN_STACK_SIZE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/mm/
H A Dinit.c103 unsigned long stack_size = current->signal->rlim[RLIMIT_STACK].rlim_max & -16; local
105 if (stack_size > MAX_USER_STACK_SIZE)
106 stack_size = MAX_USER_STACK_SIZE;
107 current->thread.rbs_bot = PAGE_ALIGN(current->mm->start_stack - stack_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprocess.c395 unsigned long stack_size)
403 regs, stack_size,
392 sparc_do_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dfork.c957 unsigned long stack_size,
1130 retval = copy_thread(0, clone_flags, stack_start, stack_size, p, regs);
1359 unsigned long stack_size,
1377 p = copy_process(clone_flags, stack_start, regs, stack_size, parent_tidptr, child_tidptr, pid);
954 copy_process(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *parent_tidptr, int __user *child_tidptr, struct pid *pid) argument
1356 do_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *parent_tidptr, int __user *child_tidptr) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprocess.c575 unsigned long stack_size)
591 regs, stack_size,
572 sparc_do_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h1217 u_int stack_size; member in struct:ahd_softc
H A Daic79xx_core.c6258 ahd->stack_size = ahd_probe_stack_size(ahd);
6259 ahd->saved_stack = malloc(ahd->stack_size * sizeof(uint16_t),
9134 for (i = 0; i < ahd->stack_size; i++) {
9139 for (i = ahd->stack_size-1; i >= 0; i--) {

Completed in 203 milliseconds