taglinefilesource code
shm_lock34ipc/shm.cstatic struct wait_queue *shm_lock = NULL; /* calling findkey() may need to wait */
shm_lock51ipc/shm.cshm_lock = NULL;
shm_lock62ipc/shm.csleep_on (&shm_lock);
shm_lock95ipc/shm.cif (shm_lock)
shm_lock96ipc/shm.cwake_up (&shm_lock);
shm_lock103ipc/shm.cif (shm_lock)
shm_lock104ipc/shm.cwake_up (&shm_lock);
shm_lock128ipc/shm.cif (shm_lock)
shm_lock129ipc/shm.cwake_up (&shm_lock);