Searched refs:shm_file (Results 1 - 1 of 1) sorted by relevance

/linux-master/ipc/
H A Dshm.c56 struct file *shm_file; member in struct:shmid_kernel
288 if (shp->shm_file != sfd->file) {
331 struct file *shm_file; local
333 shm_file = shp->shm_file;
334 shp->shm_file = NULL;
338 if (!is_file_hugepages(shm_file))
339 shmem_lock(shm_file, 0, shp->mlock_ucounts);
340 fput(shm_file);
771 shp->shm_file
1164 struct file *shm_file; local
[all...]

Completed in 185 milliseconds