Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_thread.cpp117 size_t stacksize = 0; in start() local
122 if (!pthread_attr_getstacksize(&attr, &stacksize)) { in start()
123 if (stacksize < 2048 * 1024) { in start()
124 stacksize = 2048 * 1024; in start()
126 pthread_attr_setstacksize(&attr, stacksize); in start()
/OK3568_Linux_fs/kernel/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))
/OK3568_Linux_fs/kernel/arch/arc/
H A DKconfig.debug6 If you say Y here the kernel will use a 16Kb stacksize for the
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h902 size_t * stacksize);
911 size_t stacksize);
/OK3568_Linux_fs/kernel/arch/sh/
H A DKconfig.debug32 If you say Y here the kernel will use a 4Kb stacksize for the
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h264 unsigned int stacksize; member
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dip_tables.c274 jumpstack += private->stacksize * __this_cpu_read(nf_skb_duplicated); in ipt_do_table()
332 if (unlikely(stackidx >= private->stacksize)) { in ipt_do_table()
697 ++newinfo->stacksize; in translate_table()
H A Darp_tables.c256 if (unlikely(stackidx >= private->stacksize)) { in arpt_do_table()
557 ++newinfo->stacksize; in translate_table()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c297 jumpstack += private->stacksize * __this_cpu_read(nf_skb_duplicated); in ip6t_do_table()
354 if (unlikely(stackidx >= private->stacksize)) { in ip6t_do_table()
715 ++newinfo->stacksize; in translate_table()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c1304 if (i->stacksize == 0) in xt_jumpstack_alloc()
1317 size = sizeof(void *) * i->stacksize * 2u; in xt_jumpstack_alloc()
/OK3568_Linux_fs/kernel/arch/m68k/
H A DKconfig.machine333 If you say Y here the kernel will use a 4Kb stacksize for the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info3526 if the stacksize is limited.
H A Dgcc.info1132 -mmax-stack-frame=N -melinux-stacksize=N
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info3526 if the stacksize is limited.
H A Dgcc.info1132 -mmax-stack-frame=N -melinux-stacksize=N