Home
last modified time | relevance | path

Searched refs:retire (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_frontbuffer.c199 bool retire) in intel_fb_obj_flush() argument
212 if (retire) { in intel_fb_obj_flush()
Dintel_drv.h909 void intel_fb_obj_flush(struct drm_i915_gem_object *obj, bool retire);
/linux-4.1.27/fs/fscache/
Dcookie.c581 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in __fscache_relinquish_cookie() argument
584 if (retire) in __fscache_relinquish_cookie()
595 atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie()
600 __fscache_disable_cookie(cookie, retire); in __fscache_relinquish_cookie()
/linux-4.1.27/include/linux/
Dfscache.h367 void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in fscache_relinquish_cookie() argument
370 __fscache_relinquish_cookie(cookie, retire); in fscache_relinquish_cookie()
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt828 bool retire);
830 If retire is non-zero, then the object will be marked for recycling, and all
834 If retire is zero, then the object may be available again when next the
848 should relinquish and retire the cookie they have, and then acquire a new one.
Dcachefiles.txt303 or retire them.
Dbackend-api.txt338 retire it if it's in state FSCACHE_OBJECT_RECYCLING.