Home
last modified time | relevance | path

Searched refs:shm_nattch (Results 1 – 2 of 2) sorted by relevance

/ipc/
Dshm.c94 if (shp->shm_nattch) { in do_shm_rmid()
209 shp->shm_nattch++; in __shm_open()
264 return (shp->shm_nattch == 0) && in shm_may_destroy()
295 shp->shm_nattch--; in shm_close()
614 shp->shm_nattch = 0; in newseg()
710 out.shm_nattch = in->shm_nattch; in copy_shmid_to_user()
984 tbuf.shm_nattch = shp->shm_nattch; in shmctl_nolock()
1196 shp->shm_nattch++; in do_shmat()
1269 shp->shm_nattch--; in do_shmat()
1430 shp->shm_nattch, in sysvipc_shm_proc_show()
Dcompat.c87 unsigned short shm_nattch; member
592 err |= __put_user(sem64->shm_nattch, &up64->shm_nattch); in put_compat_shmid64_ds()
610 err |= __put_user(s->shm_nattch, &up->shm_nattch); in put_compat_shmid_ds()