Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dproject.c897 rctl_qty_t shmmni, shmmax, qty; in project_init() local
982 if (!mod_sysvar("shmsys", "shminfo_shmmax", &shmmax)) in project_init()
983 shmmax = 0x800000; in project_init()
992 if ((shmmax > 0) && (UINT64_MAX / shmmax <= shmmni)) in project_init()
994 else if (shmmni * shmmax > qty) in project_init()
995 qty = shmmni * shmmax; in project_init()