Searched refs:shmall (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | sysv_shm.c | 176 .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 D | linux_ipc64.h | 153 l_ulong shmall; member
|
H A D | linux_ipc.c | 83 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 D | shm.h | 123 u_long shmall; /* max amount of shared memory (pages) */ member
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_ipc.h | 126 uint32_t shmall; member
|
/freebsd/usr.bin/ipcs/ |
H A D | ipc.c | 72 X(shmall, sizeof(u_long))
|
H A D | ipcs.c | 392 local_shminfo.shmall); in print_kshmtotal()
|