/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | irq.c | 225 bool reap; in garbage_collect_irq_entries() local 234 reap = true; in garbage_collect_irq_entries() 237 reap = false; in garbage_collect_irq_entries() 241 if (reap) { in garbage_collect_irq_entries()
|
/kernel/linux/linux-5.10/tools/io_uring/ |
H A D | io_uring-bench.c | 483 unsigned long done, calls, reap; in main() local 563 reap = calls = done = 0; in main() 576 ipc = (this_reap - reap) / (this_call - calls); in main() 585 reap = this_reap; in main()
|
/kernel/linux/linux-5.10/lib/ |
H A D | btree.c | 681 void *func2, int reap, int height, size_t count) in __btree_for_each() 692 func, func2, reap, height - 1, count); in __btree_for_each() 697 if (reap) in __btree_for_each() 676 __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) __btree_for_each() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | btree.c | 677 void *func2, int reap, int height, size_t count) in __btree_for_each() 688 func, func2, reap, height - 1, count); in __btree_for_each() 693 if (reap) in __btree_for_each() 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) __btree_for_each() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | oom_kill.c | 502 * 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 */ in oom_reap_task_mm() 620 pr_info("oom_reaper: unable to reap pid:%d (%s)\n", in oom_reap_task() 981 * we are ok to reap it. in __oom_kill_process() 1202 bool reap = false; in SYSCALL_DEFINE2() local 1226 reap = true; in SYSCALL_DEFINE2() 1234 if (!reap) in SYSCALL_DEFINE2()
|
/kernel/linux/linux-5.10/fs/ |
H A D | inode.c | 808 unsigned long reap; in inode_lru_isolate() local 809 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 811 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 813 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 815 current->reclaim_state->reclaimed_slab += reap; in inode_lru_isolate()
|
/kernel/linux/linux-6.6/fs/ |
H A D | inode.c | 849 unsigned long reap; in inode_lru_isolate() local 850 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 852 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 854 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 855 mm_account_reclaimed_pages(reap); in inode_lru_isolate()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 2640 int reap = 0; in hfa384x_usbctlx_completion_task() local 2665 reap = 0; in hfa384x_usbctlx_completion_task() 2682 reap = 1; in hfa384x_usbctlx_completion_task() 2689 if (reap) in hfa384x_usbctlx_completion_task()
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 2618 int reap = 0; in hfa384x_usbctlx_completion_task() local 2643 reap = 0; in hfa384x_usbctlx_completion_task() 2660 reap = 1; in hfa384x_usbctlx_completion_task() 2667 if (reap) in hfa384x_usbctlx_completion_task()
|