taglinefilesource code
shm_tot84include/linux/shm.hulong shm_tot; /* total allocated shm */
shm_tot24ipc/shm.cstatic int shm_tot = 0;  /* total number of shared memory pages */
shm_tot44ipc/shm.cshm_tot = shm_rss = shm_seq = max_shmid = used_segs = 0;
shm_tot76ipc/shm.cif (shm_tot + numpages >= SHMALL)
shm_tot104ipc/shm.cshm_tot += numpages;
shm_tot191ipc/shm.cshm_tot -= numpages;
shm_tot240ipc/shm.cshm_info.shm_tot = shm_tot;