Home
last modified time | relevance | path

Searched refs:THREAD_ALIGN (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dcompiler.h226 #ifndef THREAD_ALIGN
228 #define THREAD_ALIGN(x) union { } ALIGNED(x) macro
230 #define THREAD_ALIGN(x) macro
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dcompiler.h235 #ifndef THREAD_ALIGN
237 #define THREAD_ALIGN(x) union { } ALIGNED(x) macro
239 #define THREAD_ALIGN(x) macro
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dcompiler.h272 #ifndef THREAD_ALIGN
274 #define THREAD_ALIGN(x) union { } ALIGNED(x) macro
276 #define THREAD_ALIGN(x) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/include/asm/
H A Defi.h65 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
H A Dvmap_stack.h22 return __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
H A Dmemory.h110 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
112 #define THREAD_ALIGN THREAD_SIZE macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/include/asm/
H A Defi.h65 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
H A Dvmap_stack.h22 return __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
H A Dmemory.h110 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
112 #define THREAD_ALIGN THREAD_SIZE macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/include/asm/
H A Defi.h65 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
H A Dvmap_stack.h22 return __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
H A Dmemory.h110 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
112 #define THREAD_ALIGN THREAD_SIZE macro
/dports/sysutils/syslinux/syslinux-6.03/core/thread/
H A Dstart_thread.c9 #define THREAD_ALIGN 64 /* Thread alignment */ macro
19 const size_t thread_mask = THREAD_ALIGN - 1; in start_thread()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dthread_info.h75 #ifndef THREAD_ALIGN
76 #define THREAD_ALIGN THREAD_SIZE macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dthread_info.h75 #ifndef THREAD_ALIGN
76 #define THREAD_ALIGN THREAD_SIZE macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dthread_info.h75 #ifndef THREAD_ALIGN
76 #define THREAD_ALIGN THREAD_SIZE macro
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dthread.c93 #define THREAD_ALIGN 128 macro
100 int m = ((size_t)w * h) / (THREAD_DEALIGN + THREAD_ALIGN); in image_threads()
121 size_t align = 0, talign = THREAD_ALIGN; in talloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dsetup_32.c142 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dthread_info.h36 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dthread_info.h36 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dsetup_32.c142 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dthread_info.h36 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dsetup_32.c142 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dvmlinux.lds.S261 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dvmlinux.lds.S261 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)

12