Home
last modified time | relevance | path

Searched refs:cache_reap (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dslab.c215 static void cache_reap(struct work_struct *unused);
477 * Special reaping functions for NUMA systems called from cache_reap().
516 INIT_DEFERRABLE_WORK(reap_work, cache_reap); in start_cpu_timer()
717 * Called from cache_reap() to regularly drain alien caches round robin.
1087 * that if cache_reap() is invoked it cannot do anything in slab_offline_cpu()
3939 * cache_reap - Reclaim memory from caches.
3950 static void cache_reap(struct work_struct *w) in cache_reap() function
/kernel/linux/linux-6.6/mm/
H A Dslab.c216 static void cache_reap(struct work_struct *unused);
477 * Special reaping functions for NUMA systems called from cache_reap().
516 INIT_DEFERRABLE_WORK(reap_work, cache_reap); in start_cpu_timer()
702 * Called from cache_reap() to regularly drain alien caches round robin.
1072 * that if cache_reap() is invoked it cannot do anything in slab_offline_cpu()
3799 * cache_reap - Reclaim memory from caches.
3810 static void cache_reap(struct work_struct *w) in cache_reap() function

Completed in 11 milliseconds