Home
last modified time | relevance | path

Searched refs:shm_tot (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/ipc/
Dshm.c69 static int shm_tot; /* total number of shared memory pages */ variable
125 shm_tot -= (shp->shm_segsz + PAGE_SIZE - 1) >> PAGE_SHIFT; in shm_destroy()
192 if (shm_tot + numpages >= shm_ctlall) in newseg()
220 shm_tot += numpages; in newseg()
416 shm_info.shm_tot = shm_tot; in sys_shmctl()
/linux-2.4.37.9/include/linux/
Dshm.h66 unsigned long shm_tot; /* total allocated shm */ member
/linux-2.4.37.9/arch/x86_64/ia32/
Dipc32.c152 u32 shm_tot, shm_rss, shm_swp; member
616 err2 |= __put_user(si.shm_tot, &uip->shm_tot); in shmctl32()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c2049 u32 shm_tot, shm_rss, shm_swp; member
2150 err2 |= __put_user(si.shm_tot, &uip->shm_tot); in do_sys32_shmctl()
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c2170 u32 shm_tot, shm_rss, shm_swp; member
2600 err2 |= __put_user(si.shm_tot, &uip->shm_tot); in shmctl32()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c3000 u32 shm_tot, shm_rss, shm_swp; in do_sys32_shmctl() member
3011 err2 |= __put_user(si.shm_tot, &uip->shm_tot); in do_sys32_shmctl()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c741 u32 shm_tot, shm_rss, shm_swp; in do_sys32_shmctl() member
746 err2 |= __put_user (kp->shm_tot, &uip->shm_tot); in do_sys32_shmctl()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c757 u32 shm_tot, shm_rss, shm_swp; in do_sys32_shmctl() member
762 err2 |= __put_user (kp->shm_tot, &uip->shm_tot); in do_sys32_shmctl()