Searched refs:retire (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H 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); \
|
| H A D | i915_active_types.h | 40 void (*retire)(struct i915_active *ref); member
|
| H A D | i915_active.c | 79 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() 344 void (*retire)(struct i915_active *ref), in __i915_active_init() 353 ref->retire = retire; in __i915_active_init()
|
| /linux/include/trace/events/ |
| H A D | fscache.h | 435 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/drivers/gpu/drm/i915/gt/ |
| H A D | intel_timeline_types.h | 70 struct intel_timeline *retire; member
|
| H A D | intel_timeline.c | 399 GEM_BUG_ON(timeline->retire); in __intel_timeline_free()
|
| /linux/sound/usb/ |
| H A D | endpoint.h | 39 void (*retire)(struct snd_usb_substream *subs,
|
| H A D | endpoint.c | 901 void (*retire)(struct snd_usb_substream *subs, in snd_usb_endpoint_set_callback() 906 ep->retire_data_urb = retire; in snd_usb_endpoint_set_callback()
|
| /linux/fs/netfs/ |
| H A D | fscache_cookie.c | 972 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/Documentation/gpu/rfc/ |
| H A D | i915_scheduler.rst | 23 severe design issues in general, which is why we want to retire it no
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 204 | |rtr=N |Number of rlq reqs with retire=true |
|
| H A D | netfs-api.rst | 182 bool retire);
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-list.txt | 75 R - retire latency value of the event
|