Home
last modified time | relevance | path

Searched refs:SHM_DEST (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dshm.h55 # define SHM_DEST 01000 /* segment will be destroyed on last detach */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dshm.h55 # define SHM_DEST 01000 /* segment will be destroyed on last detach */ macro
/OK3568_Linux_fs/kernel/ipc/
H A Dshm.c80 #define SHM_DEST 01000 /* segment will be destroyed on last detach */ macro
130 shp->shm_perm.mode |= SHM_DEST; in do_shm_rmid()
356 (shp->shm_perm.mode & SHM_DEST)); in shm_may_destroy()