Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dshmem.c107 pgoff_t nr_unswapped; /* how often writepage refused to swap out */ member
1415 shmem_falloc->nr_unswapped++; in shmem_writepage()
2840 shmem_falloc.nr_unswapped = 0; in shmem_fallocate()
2854 else if (shmem_falloc.nr_unswapped > shmem_falloc.nr_falloced) in shmem_fallocate()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c109 pgoff_t nr_unswapped; /* how often writepage refused to swap out */ member
1501 shmem_falloc->nr_unswapped++; in shmem_writepage()
3114 shmem_falloc.nr_unswapped = 0; in shmem_fallocate()
3137 else if (shmem_falloc.nr_unswapped > shmem_falloc.nr_falloced) in shmem_fallocate()

Completed in 12 milliseconds