Searched refs:reap (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/pid_namespace/ |
| H A D | pid_max.c | 197 goto reap; in pid_max_nested_outer() 208 goto reap; in pid_max_nested_outer() 213 goto reap; in pid_max_nested_outer() 218 reap: in pid_max_nested_outer() 272 goto reap; in pid_max_nested_limit_inner() 277 reap: in pid_max_nested_limit_inner()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | htab_reuse.c | 83 goto reap; in test_htab_reuse() 90 goto reap; in test_htab_reuse() 94 reap: in test_htab_reuse()
|
| /linux-6.15/mm/ |
| H A D | oom_kill.c | 1211 bool reap = false; in SYSCALL_DEFINE2() local 1235 reap = true; in SYSCALL_DEFINE2() 1243 if (!reap) in SYSCALL_DEFINE2()
|
| /linux-6.15/lib/ |
| H A D | btree.c | 676 void *func2, int reap, int height, size_t count) in __btree_for_each() argument 687 func, func2, reap, height - 1, count); in __btree_for_each() 692 if (reap) in __btree_for_each()
|
| /linux-6.15/fs/xfs/ |
| H A D | Makefile | 234 reap.o \
|
| /linux-6.15/fs/ |
| H A D | inode.c | 966 unsigned long reap; in inode_lru_isolate() local 967 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 969 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 971 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 972 mm_account_reclaimed_pages(reap); in inode_lru_isolate()
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 2534 clean up the space reservations that were made for the new btree, and reap the 2857 Creating a list of extents to reap the old btree blocks is quite simple, 2928 Third, finding the blocks to reap after the repair is not overly 2956 Old reverse mapping btrees are less difficult to reap after a repair. 2993 4. Once the AGFL is full, reap any blocks leftover. 3827 to :ref:`reap after rmap btree repair <rmap_reap>`. 3858 system goes down during the reap, the iunlink code will delete the blocks 3873 reap phase and the fork extents are crosslinked, the iunlink processing will 3919 | initiating a reap operation from a restarted range collapse operation | 4254 After a successful exchange operation, the repair operation must reap the old [all …]
|