Home
last modified time | relevance | path

Searched refs:stacksize (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/Documentation/kdump/
Dgdbmacros.txt21 set var $stacksize = sizeof(union thread_union)
27 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize
41 set var $stack_top = ($stackp & ~($stacksize - 1)) + stacksize
66 set var $stacksize = sizeof(union thread_union)
67 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize
68 set var $stack_bot = ($stackp & ~($stacksize - 1))
/Linux-v4.19/arch/arc/
DKconfig.debug6 If you say Y here the kernel will use a 16Kb stacksize for the
/Linux-v4.19/arch/sh/
DKconfig.debug33 If you say Y here the kernel will use a 4Kb stacksize for the
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h264 unsigned int stacksize; member
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c299 jumpstack += private->stacksize * __this_cpu_read(nf_skb_duplicated); in ip6t_do_table()
356 if (unlikely(stackidx >= private->stacksize)) { in ip6t_do_table()
717 ++newinfo->stacksize; in translate_table()
/Linux-v4.19/net/ipv4/netfilter/
Dip_tables.c277 jumpstack += private->stacksize * __this_cpu_read(nf_skb_duplicated); in ipt_do_table()
335 if (unlikely(stackidx >= private->stacksize)) { in ipt_do_table()
700 ++newinfo->stacksize; in translate_table()
Darp_tables.c255 if (unlikely(stackidx >= private->stacksize)) { in arpt_do_table()
551 ++newinfo->stacksize; in translate_table()
/Linux-v4.19/net/netfilter/
Dx_tables.c1313 if (i->stacksize == 0) in xt_jumpstack_alloc()
1326 size = sizeof(void *) * i->stacksize * 2u; in xt_jumpstack_alloc()
/Linux-v4.19/arch/m68k/
DKconfig.machine326 If you say Y here the kernel will use a 4Kb stacksize for the
/Linux-v4.19/arch/s390/kernel/
Dentry.S88 .macro CHECK_STACK stacksize,savearea
90 tml %r15,\stacksize - CONFIG_STACK_GUARD