Home
last modified time | relevance | path

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

/linux-4.4.14/ipc/
Dshm.c238 shmem_lock(shm_file, 0, shp->mlock_user); in shm_destroy()
239 else if (shp->mlock_user) in shm_destroy()
241 shp->mlock_user); in shm_destroy()
546 shp->mlock_user = NULL; in newseg()
571 &shp->mlock_user, HUGETLB_SHMFS_INODE, in newseg()
618 if (is_file_hugepages(file) && shp->mlock_user) in newseg()
619 user_shm_unlock(size, shp->mlock_user); in newseg()
1049 shp->mlock_user = user; in SYSCALL_DEFINE3()
1057 shmem_lock(shm_file, 0, shp->mlock_user); in SYSCALL_DEFINE3()
1059 shp->mlock_user = NULL; in SYSCALL_DEFINE3()
/linux-4.4.14/include/linux/
Dshm.h20 struct user_struct *mlock_user; member