Searched defs:cache_clean (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/
H A Dcache.c304 * Each time cache_clean is called it finds the next non-empty entry
387 static int cache_clean(void) function
467 if (cache_clean() == -1)
479 * Clean all caches promptly. This just calls cache_clean
485 while (cache_clean() != -1)
487 while (cache_clean() != -1)

Completed in 7 milliseconds