Searched refs:reap (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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-6.1.9/mm/ |
D | oom_kill.c | 1207 bool reap = false; in SYSCALL_DEFINE2() local 1231 reap = true; in SYSCALL_DEFINE2() 1239 if (!reap) in SYSCALL_DEFINE2()
|
/linux-6.1.9/lib/ |
D | btree.c | 677 void *func2, int reap, int height, size_t count) in __btree_for_each() argument 688 func, func2, reap, height - 1, count); in __btree_for_each() 693 if (reap) in __btree_for_each()
|
/linux-6.1.9/fs/ |
D | inode.c | 860 unsigned long reap; in inode_lru_isolate() local 861 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 863 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 865 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 867 current->reclaim_state->reclaimed_slab += reap; in inode_lru_isolate()
|
/linux-6.1.9/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2639 int reap = 0; in hfa384x_usbctlx_completion_task() local 2664 reap = 0; in hfa384x_usbctlx_completion_task() 2681 reap = 1; in hfa384x_usbctlx_completion_task() 2688 if (reap) in hfa384x_usbctlx_completion_task()
|