Home
last modified time | relevance | path

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

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