Searched refs:shm_lp_psind (Results 1 – 2 of 2) sorted by relevance
503 if (shmfd->shm_lp_psind != 0 && in shm_ioctl()504 conf->psind != shmfd->shm_lp_psind) in shm_ioctl()516 shmfd->shm_lp_psind = conf->psind; in shm_ioctl()527 conf->psind = shmfd->shm_lp_psind; in shm_ioctl()748 psind = shmfd->shm_lp_psind; in shm_dotruncate_largepage()1426 if (shmfd->shm_lp_psind == 0) in shm_mmap_large()1451 mask = pagesizes[shmfd->shm_lp_psind] - 1; in shm_mmap_large()1466 align = pagesizes[shmfd->shm_lp_psind]; in shm_mmap_large()1468 if (shmfd->shm_lp_psind != 1) in shm_mmap_large()1475 if (align < pagesizes[shmfd->shm_lp_psind]) in shm_mmap_large()[all …]
297 int shm_lp_psind; member