Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_requests.c64 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()
H A Dintel_timeline_types.h70 struct intel_timeline *retire; member
H A Dintel_engine_types.h576 struct intel_timeline *retire; member
H A Dintel_timeline.c398 GEM_BUG_ON(timeline->retire); in __intel_timeline_free()
/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_active.h13 void (*retire)(struct i915_active *ref), in i915_active_init()
17 (void) retire; in i915_active_init()
/linux/drivers/gpu/drm/i915/
H A Di915_active.h154 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); \
H A Di915_active_types.h40 void (*retire)(struct i915_active *ref); member
H A Di915_active.c79 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref; in active_debug_hint()
163 if (ref->retire) in __active_retire()
164 ref->retire(ref); in __active_retire()
340 void (*retire)(struct i915_active *ref), in __i915_active_init()
349 ref->retire = retire; in __i915_active_init()
/linux/include/trace/events/
H A Dfscache.h435 TP_PROTO(struct fscache_cookie *cookie, bool retire),
437 TP_ARGS(cookie, retire),
445 __field(bool, retire )
454 __entry->retire = retire;
459 __entry->n_active, __entry->flags, __entry->retire)
/linux/sound/usb/
H A Dendpoint.h39 void (*retire)(struct snd_usb_substream *subs,
H A Dendpoint.c910 void (*retire)(struct snd_usb_substream *subs, in snd_usb_endpoint_set_callback()
915 ep->retire_data_urb = retire; in snd_usb_endpoint_set_callback()
/linux/include/linux/
H A Dfscache.h308 void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in fscache_relinquish_cookie() argument
311 __fscache_relinquish_cookie(cookie, retire); in fscache_relinquish_cookie()
/linux/fs/netfs/
H A Dfscache_cookie.c972 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in __fscache_relinquish_cookie() argument
975 if (retire) in __fscache_relinquish_cookie()
979 cookie->debug_id, atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie()
985 if (retire) in __fscache_relinquish_cookie()
987 trace_fscache_relinquish(cookie, retire); in __fscache_relinquish_cookie()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_active.c281 drm_printf(m, "active %ps:%ps\n", ref->active, ref->retire); in i915_active_print()
/linux/Documentation/gpu/rfc/
H A Di915_scheduler.rst23 severe design issues in general, which is why we want to retire it no
/linux/Documentation/filesystems/caching/
H A Dfscache.rst204 | |rtr=N |Number of rlq reqs with retire=true |
H A Dnetfs-api.rst182 bool retire);
H A Dcachefiles.rst285 or retire them.