Searched refs:freed (Results 1 – 3 of 3) sorted by relevance
3239 int freed = 0; in drain_page_cache() local3248 freed++; in drain_page_cache()3251 return freed; in drain_page_cache()3665 int cpu, freed = 0; in kfree_rcu_shrink_scan() local3676 freed += count; in kfree_rcu_shrink_scan()3682 return freed == 0 ? SHRINK_STOP : freed; in kfree_rcu_shrink_scan()
2218 unsigned long freed = 0; in rcu_torture_fwd_prog_cbfree() local2233 freed++; in rcu_torture_fwd_prog_cbfree()2234 rcu_torture_fwd_prog_cond_resched(freed); in rcu_torture_fwd_prog_cbfree()2241 return freed; in rcu_torture_fwd_prog_cbfree()
827 Normally, the mapping of the strings to values will be freed after828 boot up or module load. With this option, they will not be freed, as