Home
last modified time | relevance | path

Searched refs:do_cache_clean (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/timers/
Dtimer_stats.txt60 1, 23 events/1 do_cache_clean (delayed_work_timer_fn)
/linux-4.1.27/net/sunrpc/
Dcache.c336 static void do_cache_clean(struct work_struct *work);
465 static void do_cache_clean(struct work_struct *work) in do_cache_clean() function
1643 INIT_DEFERRABLE_WORK(&cache_cleaner, do_cache_clean); in cache_initialize()