Home
last modified time | relevance | path

Searched refs:reap (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/pid_namespace/
H A Dpid_max.c267 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 Dhtab_reuse.c83 goto reap; in test_htab_reuse()
90 goto reap; in test_htab_reuse()
94 reap: in test_htab_reuse()
/linux/lib/
H A Dbtree.c676 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 Dinode.c977 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