taglinefilesource code
shm_lock33ipc/shm.cstatic struct wait_queue *shm_lock = NULL; /* calling findkey() may need to wait */
shm_lock50ipc/shm.cshm_lock = NULL;
shm_lock61ipc/shm.csleep_on (&shm_lock);
shm_lock94ipc/shm.cif (shm_lock)
shm_lock95ipc/shm.cwake_up (&shm_lock);
shm_lock102ipc/shm.cif (shm_lock)
shm_lock103ipc/shm.cwake_up (&shm_lock);
shm_lock127ipc/shm.cif (shm_lock)
shm_lock128ipc/shm.cwake_up (&shm_lock);