Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/samples/kprobes/
Djprobe_example.c27 unsigned long stack_size, int __user *parent_tidptr, in jdo_fork()
/linux-4.1.27/tools/perf/arch/arm/tests/
Ddwarf-unwind.c17 u64 stack_size, *buf; in sample_ustack() local
/linux-4.1.27/tools/perf/arch/x86/tests/
Ddwarf-unwind.c17 u64 stack_size, *buf; in sample_ustack() local
/linux-4.1.27/include/linux/
Delf-fdpic.h28 unsigned long stack_size; /* stack size requested (PT_GNU_STACK) */ member
Dpe.h168 uint32_t stack_size; /* amt of stack required */ member
202 uint64_t stack_size; /* amt of stack required */ member
/linux-4.1.27/include/uapi/linux/
Dflat.h41 unsigned long stack_size; /* Size of stack, in bytes */ member
/linux-4.1.27/arch/arm64/net/
Dbpf_jit_comp.c153 int stack_size = MAX_BPF_STACK; in build_prologue() local
185 int stack_size = MAX_BPF_STACK; in build_epilogue() local
/linux-4.1.27/arch/mips/oprofile/
Dbacktrace.c76 size_t stack_size = 0; in unwind_user_frame() local
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-sysinfo.h62 uint32_t stack_size; member
Docteon.h69 uint32_t stack_size; member
Dcvmx-bootinfo.h66 uint32_t stack_size; member
/linux-4.1.27/arch/sparc/kernel/
Dprocess_32.c268 unsigned long stack_size)
Dprocess_64.c583 unsigned long stack_size) in sparc_do_fork()
/linux-4.1.27/kernel/
Dfork.c1241 unsigned long stack_size, in copy_process()
1679 unsigned long stack_size, in do_fork()
/linux-4.1.27/arch/ia64/mm/
Dinit.c91 unsigned long stack_size = rlimit_max(RLIMIT_STACK) & -16; in ia64_set_rbs_bot() local
/linux-4.1.27/fs/
Dbinfmt_elf_fdpic.c172 unsigned long stack_size, entryaddr; in load_elf_fdpic_binary() local
Dexec.c652 unsigned long stack_size; in setup_arg_pages() local
/linux-4.1.27/kernel/bpf/
Dverifier.c197 int stack_size; /* number of states to be processed */ member
/linux-4.1.27/kernel/events/
Dcore.c4917 perf_sample_ustack_size(u16 stack_size, u16 header_size, in perf_sample_ustack_size()
5385 u16 stack_size = event->attr.sample_stack_user; in perf_prepare_sample() local
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.h1227 u_int stack_size; member
/linux-4.1.27/arch/x86/kvm/
Demulate.c497 static int stack_size(struct x86_emulate_ctxt *ctxt) in stack_size() function