taglinefilesource code
shm_tot55include/linux/shm.hulong shm_tot; /* total allocated shm */
shm_tot30ipc/shm.cstatic int shm_tot = 0; /* total number of shared memory pages */
shm_tot50ipc/shm.cshm_tot = shm_rss = shm_seq = max_shmid = used_segs = 0;
shm_tot82ipc/shm.cif (shm_tot + numpages >= SHMALL)
shm_tot110ipc/shm.cshm_tot += numpages;
shm_tot198ipc/shm.cshm_tot -= numpages;
shm_tot248ipc/shm.cshm_info.shm_tot = shm_tot;