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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhtab_reuse.c83 goto reap;
90 goto reap;
94 reap:
/linux-master/fs/xfs/
H A DMakefile203 reap.o \
/linux-master/lib/
H A Dbtree.c677 void *func2, int reap, int height, size_t count)
688 func, func2, reap, height - 1, count);
693 if (reap)
672 __btree_for_each(struct btree_head *head, struct btree_geo *geo, unsigned long *node, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2, int reap, int height, size_t count) argument
/linux-master/mm/
H A Doom_kill.c502 * OOM Reaper kernel thread which tries to reap the memory used by the OOM
588 /* failed to reap part of the address space. Try again later */
620 pr_info("oom_reaper: unable to reap pid:%d (%s)\n",
984 * we are ok to reap it.
1207 bool reap = false; local
1231 reap = true;
1239 if (!reap)
/linux-master/fs/
H A Dinode.c850 unsigned long reap; local
851 reap = invalidate_mapping_pages(&inode->i_data, 0, -1);
853 __count_vm_events(KSWAPD_INODESTEAL, reap);
855 __count_vm_events(PGINODESTEAL, reap);
856 mm_account_reclaimed_pages(reap);
/linux-master/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2618 int reap = 0; local
2643 reap = 0;
2660 reap = 1;
2667 if (reap)

Completed in 133 milliseconds