Searched refs:retire (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_frontbuffer.c | 199 bool retire) in intel_fb_obj_flush() argument 212 if (retire) { in intel_fb_obj_flush()
|
D | intel_drv.h | 909 void intel_fb_obj_flush(struct drm_i915_gem_object *obj, bool retire);
|
/linux-4.1.27/fs/fscache/ |
D | cookie.c | 581 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/ |
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.1.27/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.
|