taglinefilesource code
shm_tot86include/linux/shm.hulong shm_tot; /* total allocated shm */
shm_tot29ipc/shm.cstatic int shm_tot = 0; /* total number of shared memory pages */
shm_tot49ipc/shm.cshm_tot = shm_rss = shm_seq = max_shmid = used_segs = 0;
shm_tot81ipc/shm.cif (shm_tot + numpages >= SHMALL)
shm_tot109ipc/shm.cshm_tot += numpages;
shm_tot197ipc/shm.cshm_tot -= numpages;
shm_tot247ipc/shm.cshm_info.shm_tot = shm_tot;