Searched refs:retire (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_request.h | 362 i915_gem_retire_fn retire; member 381 i915_gem_retire_fn retire) in init_request_active() argument 385 active->retire = retire ?: i915_gem_retire_noop; in init_request_active() 421 active->retire = fn ?: i915_gem_retire_noop; in i915_gem_active_set_retire_fn() 701 active->retire(active, request); in i915_gem_active_retire()
|
D | intel_overlay.c | 216 i915_gem_retire_fn retire) in intel_overlay_submit_request() argument 220 i915_gem_active_set_retire_fn(&overlay->last_flip, retire, in intel_overlay_submit_request() 228 i915_gem_retire_fn retire) in intel_overlay_do_wait_request() argument 230 intel_overlay_submit_request(overlay, rq, retire); in intel_overlay_do_wait_request()
|
D | i915_request.c | 454 active->retire(active, request); in i915_request_retire()
|
/Linux-v4.19/include/trace/events/ |
D | fscache.h | 250 TP_PROTO(struct fscache_cookie *cookie, bool retire), 252 TP_ARGS(cookie, retire), 261 __field(bool, retire ) 271 __entry->retire = retire; 277 __entry->flags, __entry->retire)
|
/Linux-v4.19/fs/fscache/ |
D | cookie.c | 798 bool retire) in __fscache_relinquish_cookie() argument 801 if (retire) in __fscache_relinquish_cookie() 812 atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie() 814 trace_fscache_relinquish(cookie, retire); in __fscache_relinquish_cookie() 820 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()
|
/Linux-v4.19/include/linux/ |
D | fscache.h | 364 bool retire) in fscache_relinquish_cookie() argument 367 __fscache_relinquish_cookie(cookie, aux_data, retire); in fscache_relinquish_cookie()
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 820 bool retire); 822 If retire is non-zero, then the object will be marked for recycling, and all 826 If retire is zero, then the object may be available again when next the 843 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.
|