Searched refs:retire (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_frontbuffer.c | 146 bool retire, enum fb_op_origin origin) in intel_fb_obj_flush() argument 159 if (retire) { in intel_fb_obj_flush()
|
D | intel_drv.h | 1017 void intel_fb_obj_flush(struct drm_i915_gem_object *obj, bool retire,
|
D | i915_gem.c | 3019 goto retire; in i915_gem_object_flush_active() 3023 retire: in i915_gem_object_flush_active()
|
/linux-4.4.14/fs/fscache/ |
D | cookie.c | 582 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/ |
D | fscache.h | 367 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/ |
D | netfs-api.txt | 828 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.
|
D | cachefiles.txt | 303 or retire them.
|
D | backend-api.txt | 338 retire it if it's in state FSCACHE_OBJECT_RECYCLING.
|