Lines Matching refs:shm_nattch
34 unsigned long shm_nattch; member
105 shp->shm_nattch++; in shm_inc()
151 shp->shm_nattch--; in shm_close()
152 if(shp->shm_nattch == 0 && in shm_close()
215 shp->shm_nattch = 0; in newseg()
278 out.shm_nattch = in->shm_nattch; in copy_shmid_to_user()
457 tbuf.shm_nattch = shp->shm_nattch; in sys_shmctl()
514 if (shp->shm_nattch){ in sys_shmctl()
629 shp->shm_nattch++; in sys_shmat()
654 shp->shm_nattch--; in sys_shmat()
655 if(shp->shm_nattch == 0 && in sys_shmat()
723 shp->shm_nattch, in sysvipc_shm_read_proc()