/linux-5.19.10/drivers/gpu/drm/i915/gt/ |
D | intel_gt_requests.c | 64 struct intel_timeline *tl = xchg(&engine->retire, NULL); in engine_retire() 67 struct intel_timeline *next = xchg(&tl->retire, NULL); in engine_retire() 100 if (cmpxchg(&tl->retire, NULL, STUB)) /* already queued */ in add_retire() 104 first = READ_ONCE(engine->retire); in add_retire() 106 tl->retire = ptr_pack_bits(first, 1, 1); in add_retire() 107 while (!try_cmpxchg(&engine->retire, &first, tl)); in add_retire() 130 GEM_BUG_ON(engine->retire); in intel_engine_fini_retire()
|
D | intel_timeline_types.h | 70 struct intel_timeline *retire; member
|
D | intel_engine_types.h | 514 struct intel_timeline *retire; member
|
D | intel_timeline.c | 398 GEM_BUG_ON(timeline->retire); in __intel_timeline_free()
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | i915_active.h | 154 void (*retire)(struct i915_active *ref), 160 #define i915_active_init(ref, active, retire, flags) do { \ argument 164 __i915_active_init(ref, active, retire, flags, &__mkey, &__wkey); \
|
D | i915_active_types.h | 40 void (*retire)(struct i915_active *ref); member
|
D | i915_active.c | 79 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref; in active_debug_hint() 164 if (ref->retire) in __active_retire() 165 ref->retire(ref); in __active_retire() 341 void (*retire)(struct i915_active *ref), in __i915_active_init() 350 ref->retire = retire; in __i915_active_init()
|
/linux-5.19.10/include/trace/events/ |
D | fscache.h | 427 TP_PROTO(struct fscache_cookie *cookie, bool retire), 429 TP_ARGS(cookie, retire), 437 __field(bool, retire ) 446 __entry->retire = retire; 451 __entry->n_active, __entry->flags, __entry->retire)
|
/linux-5.19.10/sound/usb/ |
D | endpoint.h | 38 void (*retire)(struct snd_usb_substream *subs,
|
D | endpoint.c | 878 void (*retire)(struct snd_usb_substream *subs, in snd_usb_endpoint_set_callback() 883 ep->retire_data_urb = retire; in snd_usb_endpoint_set_callback()
|
/linux-5.19.10/include/linux/ |
D | fscache.h | 305 void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in fscache_relinquish_cookie() argument 308 __fscache_relinquish_cookie(cookie, retire); in fscache_relinquish_cookie()
|
/linux-5.19.10/fs/fscache/ |
D | cookie.c | 958 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in __fscache_relinquish_cookie() argument 961 if (retire) in __fscache_relinquish_cookie() 965 cookie->debug_id, atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie() 971 if (retire) in __fscache_relinquish_cookie() 973 trace_fscache_relinquish(cookie, retire); in __fscache_relinquish_cookie()
|
/linux-5.19.10/drivers/gpu/drm/i915/selftests/ |
D | i915_active.c | 281 drm_printf(m, "active %ps:%ps\n", ref->active, ref->retire); in i915_active_print()
|
/linux-5.19.10/Documentation/gpu/rfc/ |
D | i915_scheduler.rst | 23 severe design issues in general, which is why we want to retire it no
|
/linux-5.19.10/Documentation/filesystems/caching/ |
D | fscache.rst | 204 | |rtr=N |Number of rlq reqs with retire=true |
|
D | netfs-api.rst | 182 bool retire);
|
D | cachefiles.rst | 285 or retire them.
|