Searched refs:reap (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ |
D | inode.c | 714 unsigned long reap; in inode_lru_isolate() local 715 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate() 717 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 719 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate() 721 current->reclaim_state->reclaimed_slab += reap; in inode_lru_isolate()
|
/linux-4.1.27/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-4.1.27/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2857 int reap = 0; in hfa384x_usbctlx_completion_task() local 2886 reap = 0; in hfa384x_usbctlx_completion_task() 2903 reap = 1; in hfa384x_usbctlx_completion_task() 2910 if (reap) in hfa384x_usbctlx_completion_task()
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 759 address translation in the PSW. For kernel hacking you will reap dividends if
|