Home
last modified time | relevance | path

Searched refs:SHM_LOCKED (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl07.c36 if (ds.shm_perm.mode & SHM_LOCKED) in verify_shmlock()
39 tst_res(TFAIL, "SHM_LOCKED bit is off in shm_perm.mode"); in verify_shmlock()
50 if (ds.shm_perm.mode & SHM_LOCKED) in verify_shmlock()
53 tst_res(TPASS, "SHM_LOCKED bit is off in shm_perm.mode"); in verify_shmlock()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h34 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/include/sys/
H A Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/toybox/toys/pending/
H A Dipcs.c244 buf.shm_perm.mode & SHM_LOCKED ? "locked" : " "); in shm_array()

Completed in 3 milliseconds