Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dshm.h93 short shm_nattch; /* number of current attaches */ member
108 shmatt_t shm_nattch; /* number of current attaches */ member
/f-stack/freebsd/kern/
H A Dsysv_shm.c289 if (--shmseg->u.shm_nattch == 0 && in shm_delete_mapping()
303 if (shmseg->u.shm_nattch == 0) { in shm_remove()
467 shmseg->u.shm_nattch++; in kern_shmat_locked()
1074 CP(tshmseg, tshmseg32, u.shm_nattch); in sysctl_shmsegs()
1332 outbuf.shm_nattch = shmseg->u.shm_nattch; in oshmctl()
1449 CP(u32.shmid_ds32, u.shmid_ds, shm_nattch); in freebsd7_freebsd32_shmctl()
1491 CP(u.shmid_ds, u32.shmid_ds32, shm_nattch); in freebsd7_freebsd32_shmctl()
1629 CP(old, buf, shm_nattch); in freebsd7_shmctl()
1650 if (buf.shm_nattch > SHRT_MAX) in freebsd7_shmctl()
1651 old.shm_nattch = SHRT_MAX; in freebsd7_shmctl()
[all …]