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/
Dshmctl07.c36 if (ds.shm_perm.mode & SHM_LOCKED) in verify_shmlock()
50 if (ds.shm_perm.mode & SHM_LOCKED) in verify_shmlock()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dshm.h34 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/include/sys/
Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dshm.h40 #define SHM_LOCKED 02000 macro
/third_party/toybox/toys/pending/
Dipcs.c244 buf.shm_perm.mode & SHM_LOCKED ? "locked" : " "); in shm_array()