Home
last modified time | relevance | path

Searched refs:shmall (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dsysv_shm.c176 .shmall = SHMALL
190 SYSCTL_ULONG(_kern_ipc, OID_AUTO, shmall, CTLFLAG_RWTUN, &shminfo.shmall, 0,
696 if (shm_committed + btoc(size) > shminfo.shmall) in shmget_allocate_segment()
962 if (TUNABLE_ULONG_FETCH("kern.ipc.shmmaxpgs", &shminfo.shmall) != 0) in shminit()
968 shminfo.shmmax = shminfo.shmall * i; in shminit()
969 if ((shminfo.shmmax / shminfo.shmall) == (u_long)i) in shminit()
1526 CP(u.shminfo, u32.shminfo32, shmall); in freebsd7_freebsd32_shmctl()
1612 CP(u.shminfo, u32.shminfo32, shmall); in freebsd32_shmctl()
/freebsd/sys/compat/linux/
H A Dlinux_ipc64.h153 l_ulong shmall; member
H A Dlinux_ipc.c83 l_int shmall; member
114 lpp->shmall = bpp->shmall; in bsd_to_linux_shminfo()
479 linux_shminfo.shmall = linux_shminfo64->shmall; in linux_shminfo_pushdown()
/freebsd/sys/sys/
H A Dshm.h123 u_long shmall; /* max amount of shared memory (pages) */ member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h126 uint32_t shmall; member
/freebsd/usr.bin/ipcs/
H A Dipc.c72 X(shmall, sizeof(u_long))
H A Dipcs.c392 local_shminfo.shmall); in print_kshmtotal()