HomeSort by: relevance | last modified time | path
    Searched refs:SHM_LOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
shm.h 120 #define SHM_LOCK 3 /* Lock segment in memory. */
121 #define SHM_UNLOCK 4 /* Unlock a segment locked by SHM_LOCK. */
  /src/sys/kern/
sysv_shm.c 95 static kmutex_t shm_lock __cacheline_aligned;
132 mutex_enter(&shm_lock);
134 mutex_exit(&shm_lock);
139 mutex_exit(&shm_lock);
145 * => must be called with shm_lock held;
153 KASSERT(mutex_owned(&shm_lock));
172 * => must be called with shm_lock held;
181 KASSERT(mutex_owned(&shm_lock));
201 * => must be called with shm_lock held;
211 KASSERT(mutex_owned(&shm_lock));
    [all...]
  /src/sys/compat/linux/common/
linux_ipc.c 622 return shmctl1(l, shmid, SHM_LOCK, NULL);
  /src/sys/compat/linux32/common/
linux32_ipccall.c 704 return shmctl1(l, shmid, SHM_LOCK, NULL);

Completed in 19 milliseconds