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

/linux-master/fs/btrfs/
H A Dcompression.c413 int *memstall, unsigned long *pflags)
483 if (!*memstall && PageWorkingset(page)) {
485 *memstall = 1;
572 int memstall = 0; local
615 add_ra_bio_pages(&inode->vfs_inode, em_start + em_len, cb, &memstall,
623 if (memstall)
410 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 180 milliseconds