Searched refs:reap (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/pid_namespace/ |
| H A D | pid_max.c | 198 goto reap; in pid_max_nested_outer() 209 goto reap; in pid_max_nested_outer() 214 goto reap; in pid_max_nested_outer() 219 reap: in pid_max_nested_outer() 273 goto reap; in pid_max_nested_limit_inner() 278 reap: in pid_max_nested_limit_inner()
|
| /linux/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/mm/ |
| H A D | oom_kill.c | 1218 bool reap = false; in SYSCALL_DEFINE2() local 1242 reap = true; in SYSCALL_DEFINE2() 1250 if (!reap) in SYSCALL_DEFINE2()
|
| /linux/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/fs/xfs/ |
| H A D | Makefile | 234 reap.o \
|
| /linux/fs/ |
| H A D | inode.c | 993 unsigned long reap; in inode_lru_isolate() local 994 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 996 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 998 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 999 mm_account_reclaimed_pages(reap); in inode_lru_isolate()
|