Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDsysv_shm.c67 static int shm_last_free, shm_committed, shmalloced, shm_nused; variable
191 shm_committed -= btoc(size); in shm_deallocate_segment()
510 if (shm_committed + btoc(size) > shminfo.shmall) in shmget_allocate_segment()
560 shm_committed += btoc(size); in shmget_allocate_segment()
725 shm_committed = 0; in shminit()
/dragonfly/usr.sbin/sysvipcd/
HDshmd.c66 static int shm_last_free, shm_committed, shmalloced; variable
309 shm_committed -= btoc(size); in shm_deallocate_segment()
494 shm_committed += btoc(size); in shmget_allocate_segment()
860 shm_committed = 0; in shminit()