Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dsysv_shm.c91 int shm_last_free, shm_nused, shm_committed; variable
153 shm_committed -= atop(size); in shm_deallocate_segment()
406 if (shm_committed + atop(size) > shminfo.shmall) in shmget_allocate_segment()
409 shm_committed += atop(size); in shmget_allocate_segment()
424 shm_committed -= atop(size); in shmget_allocate_segment()
549 shm_committed = 0; in shminit()