On Fri, 9 Aug 2013, Gilad Ben-Yossef wrote: > If the code does not consider setting the vmstat_cpus bit in the mask > unless we are running > on a CPU in tickless state, than we will (almost) never set > vmstat_cpus since we will (almost) > never be tickless in a deferrable work - Sorry never got around to answering this one. Not sure what to do about it. How about this: Disable the vmstats when there is no diff to handle instead? This means that the OS was quiet during the earlier period. That way you have an independent criteria for switching vmstat work off from tickless. Would even work when there are multiple processes running on the processor if none of them causes counter updates. In the meantime there are additional patches for the vmstat function pending for merge from me (not related to the conditional running of vmstat but may make it easier to implement). So if you want to do any work then please on top of the newer release available from Andrew's tree. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>