Home
last modified time | relevance | path

Searched refs:fscache_object_sleep_till_congested (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/fscache/
Dobject.c783 bool fscache_object_sleep_till_congested(signed long *timeoutp) in fscache_object_sleep_till_congested() function
798 EXPORT_SYMBOL_GPL(fscache_object_sleep_till_congested);
/linux-3.4.99/include/linux/
Dfscache-cache.h510 extern bool fscache_object_sleep_till_congested(signed long *timeoutp);
/linux-3.4.99/fs/cachefiles/
Dnamei.c232 requeue = fscache_object_sleep_till_congested(&timeout); in cachefiles_mark_object_active()