Home
last modified time | relevance | path

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

/linux/mm/
H A Dshmem.c105 struct shmem_falloc { struct
1660 struct shmem_falloc *shmem_falloc; in shmem_writeout() local
1662 shmem_falloc = inode->i_private; in shmem_writeout()
1663 if (shmem_falloc && in shmem_writeout()
1664 !shmem_falloc->waitq && in shmem_writeout()
1665 index >= shmem_falloc->start && in shmem_writeout()
1666 index < shmem_falloc->next) in shmem_writeout()
1667 shmem_falloc->nr_unswapped += nr_pages; in shmem_writeout()
1669 shmem_falloc = NULL; in shmem_writeout()
1671 if (shmem_falloc) in shmem_writeout()
[all …]