Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_frontbuffer.c146 bool retire, enum fb_op_origin origin) in intel_fb_obj_flush() argument
159 if (retire) { in intel_fb_obj_flush()
Dintel_drv.h1017 void intel_fb_obj_flush(struct drm_i915_gem_object *obj, bool retire,
Di915_gem.c3019 goto retire; in i915_gem_object_flush_active()
3023 retire: in i915_gem_object_flush_active()
/linux-4.4.14/fs/fscache/
Dcookie.c582 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in __fscache_relinquish_cookie() argument
585 if (retire) in __fscache_relinquish_cookie()
596 atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie()
601 __fscache_disable_cookie(cookie, retire); in __fscache_relinquish_cookie()
/linux-4.4.14/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.4.14/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.