Searched refs:SHMSEG_ALLOCATED (Results 1 – 4 of 4) sorted by relevance
635 if (shmsegs[i].shm_perm.mode & SHMSEG_ALLOCATED) in linux_sys_shmctl()644 if (shmsegs[i].shm_perm.mode & SHMSEG_ALLOCATED) in linux_sys_shmctl()653 if (shmsegs[i].shm_perm.mode & SHMSEG_ALLOCATED) in linux_sys_shmctl()
168 #define SHMSEG_ALLOCATED 0x0800 macro
159 if ((shmseg->shm_perm.mode & SHMSEG_ALLOCATED) == 0) in shm_find_segment_by_shmid()602 if ((shmsegs[segnum].shm_perm.mode & SHMSEG_ALLOCATED) && in shmget_existing()719 shmseg->shm_perm.mode = SHMSEG_ALLOCATED | SHMSEG_REMOVED; in sys_shmget()765 SHMSEG_ALLOCATED | (lockmem ? SHMSEG_WIRED : 0); in sys_shmget()
883 if ((shmsegs[id].shm_perm.mode & SHMSEG_ALLOCATED) != 0) { in procfs_dosysvipc_shm()