Searched refs:memstall (Results 1 - 2 of 2) sorted by path

/linux-master/fs/btrfs/
H A Dcompression.c415 int *memstall, unsigned long *pflags)
485 if (!*memstall && PageWorkingset(page)) {
487 *memstall = 1;
574 int memstall = 0; local
617 add_ra_bio_pages(&inode->vfs_inode, em_start + em_len, cb, &memstall,
625 if (memstall)
412 add_ra_bio_pages(struct inode *inode, u64 compressed_end, struct compressed_bio *cb, int *memstall, unsigned long *pflags) argument
/linux-master/fs/erofs/
H A Dzdata.c1603 int memstall = 0; local
1653 if (memstall) {
1655 memstall = 0;
1661 !memstall) {
1663 memstall = 1;
1701 if (memstall)

Completed in 199 milliseconds