Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_request.h362 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()
Dintel_overlay.c216 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()
Di915_request.c454 active->retire(active, request); in i915_request_retire()
/Linux-v4.19/include/trace/events/
Dfscache.h250 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/
Dcookie.c798 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/
Dfscache.h364 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/
Dnetfs-api.txt820 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.
Dcachefiles.txt303 or retire them.
Dbackend-api.txt338 retire it if it's in state FSCACHE_OBJECT_RECYCLING.