Searched refs:shmmax (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | project.c | 930 rctl_qty_t shmmni, shmmax, qty; in project_init() local 1015 if (!mod_sysvar("shmsys", "shminfo_shmmax", &shmmax)) in project_init() 1016 shmmax = 0x800000; in project_init() 1025 if ((shmmax > 0) && (UINT64_MAX / shmmax <= shmmni)) in project_init() 1027 else if (shmmni * shmmax > qty) in project_init() 1028 qty = shmmni * shmmax; in project_init()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.v1 | 551 C_SYSC_shmctl read_list: [(struct shminfo64)->shmmax, ]
|
H A D | kernel.implicit_dependencies.no_structs | 126 C_SYSC_shmctl read_list: [(struct mm_segment_t)->seg, (struct shminfo64)->shmmax, ] 451 …id64_ds)->__unused4, (struct shmid64_ds)->__unused5, (struct shminfo64)->shmmax, (struct shminfo64… 456 …ruct atomic64_t)->counter, (struct ns_common)->inum, (struct shminfo64)->shmmax, (struct shminfo64…
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies_verbose | 20715 ('shminfo64', 'shmmax')])},
|