Searched refs:reap (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/um/kernel/ |
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()
|
/Linux-v5.4/tools/io_uring/ |
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()
|
/Linux-v5.4/lib/ |
D | btree.c | 681 void *func2, int reap, int height, size_t count) in __btree_for_each() argument 692 func, func2, reap, height - 1, count); in __btree_for_each() 697 if (reap) in __btree_for_each()
|
/Linux-v5.4/fs/ |
D | inode.c | 761 unsigned long reap; in inode_lru_isolate() local 762 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 764 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 766 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 768 current->reclaim_state->reclaimed_slab += reap; in inode_lru_isolate()
|
/Linux-v5.4/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2649 int reap = 0; in hfa384x_usbctlx_completion_task() local 2674 reap = 0; in hfa384x_usbctlx_completion_task() 2691 reap = 1; in hfa384x_usbctlx_completion_task() 2698 if (reap) in hfa384x_usbctlx_completion_task()
|