Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/timers/
Dtimer_stats.txt60 1, 23 events/1 do_cache_clean (delayed_work_timer_fn)
/linux-3.4.99/net/sunrpc/
Dcache.c344 static void do_cache_clean(struct work_struct *work);
474 static void do_cache_clean(struct work_struct *work) in do_cache_clean() function
1635 INIT_DELAYED_WORK_DEFERRABLE(&cache_cleaner, do_cache_clean); in cache_initialize()