Searched refs:SHMSEG_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
158 #define SHMSEG_ALLOCATED 0x0800 macro
212 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_find_segment_by_key()234 if ((shmseg->u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in shm_find_segment()754 shmseg->u.shm_perm.mode = (mode & ACCESSPERMS) | SHMSEG_ALLOCATED; in shmget_allocate_segment()1081 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in sysctl_shmsegs()1140 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) == 0 || in kern_get_shmsegs()1326 if ((shmseg->u.shm_perm.mode & SHMSEG_ALLOCATED) && in shm_prison_cleanup()
2194 if ((shmids[id].u.shm_perm.mode & SHMSEG_ALLOCATED) == 0) in linprocfs_dosysvipc_shm()