Searched refs:retire (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
A 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()
|
A D | intel_timeline_types.h | 70 struct intel_timeline *retire; member
|
A D | intel_engine_types.h | 449 struct intel_timeline *retire; member
|
A D | intel_timeline.c | 395 GEM_BUG_ON(timeline->retire); in __intel_timeline_free()
|
/linux/drivers/gpu/drm/i915/ |
A 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); \
|
A D | i915_active_types.h | 42 void (*retire)(struct i915_active *ref); member
|
A 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/include/trace/events/ |
A D | fscache.h | 236 TP_PROTO(struct fscache_cookie *cookie, bool retire), 238 TP_ARGS(cookie, retire), 247 __field(bool, retire ) 257 __entry->retire = retire; 263 __entry->flags, __entry->retire)
|
/linux/fs/fscache/ |
A D | cookie.c | 799 bool retire) in __fscache_relinquish_cookie() argument 802 if (retire) in __fscache_relinquish_cookie() 813 atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie() 815 trace_fscache_relinquish(cookie, retire); in __fscache_relinquish_cookie() 821 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()
|
/linux/sound/usb/ |
A D | endpoint.h | 36 void (*retire)(struct snd_usb_substream *subs,
|
A D | endpoint.c | 843 void (*retire)(struct snd_usb_substream *subs, in snd_usb_endpoint_set_callback() 848 ep->retire_data_urb = retire; in snd_usb_endpoint_set_callback()
|
/linux/include/linux/ |
A D | fscache.h | 360 bool retire) in fscache_relinquish_cookie() argument 363 __fscache_relinquish_cookie(cookie, aux_data, retire); in fscache_relinquish_cookie()
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | i915_active.c | 280 drm_printf(m, "active %ps:%ps\n", ref->active, ref->retire); in i915_active_print()
|
/linux/Documentation/filesystems/caching/ |
A D | netfs-api.rst | 809 bool retire); 811 If retire is non-zero, then the object will be marked for recycling, and all 815 If retire is zero, then the object may be available again when next the 831 should relinquish and retire the cookie they have, and then acquire a new one.
|
A D | cachefiles.rst | 284 or retire them.
|
A D | backend-api.rst | 336 retire it if it's in state FSCACHE_OBJECT_RECYCLING.
|
/linux/Documentation/gpu/rfc/ |
A D | i915_scheduler.rst | 23 severe design issues in general, which is why we want to retire it no
|
Completed in 35 milliseconds