/third_party/ltp/libs/libltpnewipc/ |
D | libnewipc.c | 79 shm_id = safe_shmget(file, lineno, probe_key, SHMLBA * 2, in probe_free_addr() 85 addr = (void *)(((unsigned long)(addr) + (SHMLBA - 1)) & ~(SHMLBA - 1)); in probe_free_addr()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 3-1-buildonly.c | 15 #ifndef SHMLBA 16 #error SHMLBA not defined
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
D | hugeshmat01.c | 74 ~(SHMLBA - 1)) + SHMLBA - 1); in verify_hugeshmat() 126 orig_add = addr + ((unsigned long)tcases[i].addr % SHMLBA); in check_functionality()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/ |
D | shmat01.c | 31 #define ALIGN_DOWN(in_addr) ((void *)(((uintptr_t)in_addr / SHMLBA) * SHMLBA)) 133 unaligned_addr = aligned_addr + SHMLBA - 1; in setup()
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
D | shmt09.c | 49 #define SHMBYTES (SHMLBA - 1) 66 #define INCREMENT SHMLBA
|
/third_party/musl/src/ipc/ |
D | shmat.c | 15 return (ret > -(unsigned long)SHMLBA) ? (void *)ret : (void *)addr; in shmat()
|
/third_party/musl/arch/powerpc64/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/generic/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/porting/linux/user/arch/generic/bits/ |
D | shm.h | 1 #define SHMLBA (4*4096) macro
|
/third_party/musl/arch/mips/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/i386/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/sh/bits/ |
D | shm.h | 1 #define SHMLBA 16384 macro
|
/third_party/musl/arch/arm/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/m68k/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/musl/arch/or1k/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|
/third_party/ltp/include/lapi/ |
D | mmap.h | 81 # define MMAP_GRANULARITY SHMLBA
|
/third_party/musl/arch/x32/bits/ |
D | shm.h | 1 #define SHMLBA 4096 macro
|