Searched refs:reap (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/pid_namespace/ |
| H A D | pid_max.c | 267 goto reap; in pid_max_nested_limit_inner() 278 goto reap; in pid_max_nested_limit_inner() 283 goto reap; in pid_max_nested_limit_inner() 288 reap: in pid_max_nested_limit_outer() 348 goto reap; in TEST() 353 reap: in TEST()
|
| /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/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/ |
| H A D | inode.c | 977 unsigned long reap; in inode_lru_isolate() 982 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 984 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 986 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 987 mm_account_reclaimed_pages(reap); in inode_lru_isolate() 993 unsigned long reap; inode_lru_isolate() local
|