Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/kdump/
H A 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/arch/arc/
H A DKconfig.debug6 If you say Y here the kernel will use a 16Kb stacksize for the
/linux/arch/sh/
H A DKconfig.debug40 If you say Y here the kernel will use a 4Kb stacksize for the
/linux/include/linux/netfilter/
H A Dx_tables.h254 unsigned int stacksize; member
/linux/net/ipv4/netfilter/
H A Dip_tables.c273 jumpstack += private->stacksize * current->in_nf_duplicate; in ipt_do_table()
331 if (unlikely(stackidx >= private->stacksize)) { in ipt_do_table()
696 ++newinfo->stacksize; in translate_table()
H A Darp_tables.c257 if (unlikely(stackidx >= private->stacksize)) { in arpt_do_table()
558 ++newinfo->stacksize; in translate_table()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c295 jumpstack += private->stacksize * current->in_nf_duplicate; in ip6t_do_table()
352 if (unlikely(stackidx >= private->stacksize)) { in ip6t_do_table()
713 ++newinfo->stacksize; in translate_table()
/linux/net/netfilter/
H A Dx_tables.c1341 if (i->stacksize == 0) in xt_jumpstack_alloc()
1354 size = sizeof(void *) * i->stacksize * 2u; in xt_jumpstack_alloc()