Searched refs:pshm_flags (Results 1 – 2 of 2) sorted by relevance
121 #define pshm_flags pshm_hdr.pshm_flags macro248 assert(!(entry->pshm_flags & PSHM_REMOVED)); in pshm_cache_delete()440 (pinfo->pshm_flags & (PSHM_ALLOCATING | PSHM_ALLOCATED))) { in shm_open()583 if (pinfo->pshm_flags & (PSHM_ALLOCATING | PSHM_ALLOCATED)) { in pshm_truncate()606 pinfo->pshm_flags |= PSHM_ALLOCATING; in pshm_truncate()641 pinfo->pshm_flags |= PSHM_ALLOCATED; in pshm_truncate()642 pinfo->pshm_flags &= ~(PSHM_ALLOCATING); in pshm_truncate()658 pinfo->pshm_flags &= ~PSHM_ALLOCATING; in pshm_truncate()790 if (!(pinfo->pshm_flags & PSHM_ALLOCATED)) { in pshm_mmap()913 pinfo->pshm_flags |= (PSHM_MAPPED | PSHM_INUSE); in pshm_mmap()[all …]
56 unsigned int pshm_flags; member