taglinefilesource code
shm_tot84include/linux/shm.hulong shm_tot; /* total allocated shm */
shm_tot23ipc/shm.cstatic int shm_tot = 0;  /* total number of shared memory pages */
shm_tot43ipc/shm.cshm_tot = shm_rss = shm_seq = max_shmid = used_segs = 0;
shm_tot75ipc/shm.cif (shm_tot + numpages >= SHMALL)
shm_tot103ipc/shm.cshm_tot += numpages;
shm_tot190ipc/shm.cshm_tot -= numpages;
shm_tot239ipc/shm.cshm_info.shm_tot = shm_tot;