Searched refs:shmall (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/i386/linux/
H A Dlinux_ipc64.h138 l_ulong shmall; member in struct:l_shminfo64
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux32_ipc64.h138 l_ulong shmall; member in struct:l_shminfo64
/freebsd-10.2-release/sys/sys/
H A Dshm.h116 u_long shmall; /* max amount of shared memory (pages) */ member in struct:shminfo
/freebsd-10.2-release/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h95 uint32_t shmall; member in struct:shminfo32
/freebsd-10.2-release/sys/kern/
H A Dsysv_shm.c175 SYSCTL_ULONG(_kern_ipc, OID_AUTO, shmall, CTLFLAG_RW, &shminfo.shmall, 0,
636 if (shm_committed + btoc(size) > shminfo.shmall)
858 if (TUNABLE_ULONG_FETCH("kern.ipc.shmmaxpgs", &shminfo.shmall) != 0)
859 printf("kern.ipc.shmmaxpgs is now called kern.ipc.shmall!\n");
861 TUNABLE_ULONG_FETCH("kern.ipc.shmall", &shminfo.shmall);
865 shminfo.shmmax = shminfo.shmall * i;
866 if (shminfo.shmmax >= shminfo.shmall)
1137 CP(u.shminfo, u32.shminfo32, shmall);
[all...]
/freebsd-10.2-release/usr.bin/ipcs/
H A Dipc.c74 X(shmall, sizeof(u_long))
H A Dipcs.c406 shminfo.shmall);
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_ipc.c74 l_int shmall; member in struct:l_shminfo
105 lpp->shmall = bpp->shmall;
479 linux_shminfo64.shmall = linux_shminfo->shmall;

Completed in 77 milliseconds