Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfscache-cache.h551 extern bool fscache_object_sleep_till_congested(signed long *timeoutp);
/linux-4.19.296/fs/fscache/
Dobject.c847 bool fscache_object_sleep_till_congested(signed long *timeoutp) in fscache_object_sleep_till_congested() function
862 EXPORT_SYMBOL_GPL(fscache_object_sleep_till_congested);
/linux-4.19.296/fs/cachefiles/
Dnamei.c225 requeue = fscache_object_sleep_till_congested(&timeout); in cachefiles_mark_object_active()