Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/pid_namespace/
H A Dpid_max.c198 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 Dhtab_reuse.c83 goto reap; in test_htab_reuse()
90 goto reap; in test_htab_reuse()
94 reap: in test_htab_reuse()
/linux/mm/
H A Doom_kill.c1218 bool reap = false; in SYSCALL_DEFINE2() local
1242 reap = true; in SYSCALL_DEFINE2()
1250 if (!reap) in SYSCALL_DEFINE2()
/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/xfs/
H A DMakefile234 reap.o \
/linux/fs/
H A Dinode.c993 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()