Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dswapfile.c54 static unsigned int nr_swapfiles; variable
104 if (type >= READ_ONCE(nr_swapfiles)) in swap_type_to_swap_info()
1412 if (nr_swapfiles > 1) in swapcache_free_entries()
1769 for (type = 0; type < nr_swapfiles; type++) { in swap_type_of()
1827 if ((unsigned int)type < nr_swapfiles) { in count_swap_pages()
2242 for (type = 0; type < nr_swapfiles; type++) in drain_mmlist()
2835 for (type = 0; type < nr_swapfiles; type++) { in alloc_swap_info()
2844 if (type >= nr_swapfiles) { in alloc_swap_info()
2853 WRITE_ONCE(nr_swapfiles, nr_swapfiles + 1); in alloc_swap_info()
3356 for (type = 0; type < nr_swapfiles; type++) { in si_swapinfo()
/Linux-v5.4/fs/btrfs/
Dctree.h1097 atomic_t nr_swapfiles; member
Ddisk-io.c1182 atomic_set(&root->nr_swapfiles, 0); in __setup_root()
Dinode.c10737 atomic_dec(&BTRFS_I(inode)->root->nr_swapfiles); in btrfs_swap_deactivate()
10801 atomic_inc(&BTRFS_I(inode)->root->nr_swapfiles); in btrfs_swap_activate()
Dioctl.c764 if (atomic_read(&root->nr_swapfiles)) { in create_snapshot()