Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h71 struct intel_timeline *retire; member
H A Dintel_engine_types.h482 struct intel_timeline *retire; member
H A Dintel_timeline.c291 GEM_BUG_ON(timeline->retire); in intel_timeline_fini()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_active.h154 void (*retire)(struct i915_active *ref),
159 #define i915_active_init(ref, active, retire) do { \ argument
163 __i915_active_init(ref, active, retire, &__mkey, &__wkey); \
H A Di915_active.c83 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref; in active_debug_hint()
169 if (ref->retire) in __active_retire()
170 ref->retire(ref); in __active_retire()
348 void (*retire)(struct i915_active *ref), in __i915_active_init()
358 ref->retire = ptr_unpack_bits(retire, &bits, 2); in __i915_active_init()
H A Di915_active_types.h47 void (*retire)(struct i915_active *ref); member
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dfscache.h246 TP_PROTO(struct fscache_cookie *cookie, bool retire),
248 TP_ARGS(cookie, retire),
257 __field(bool, retire )
267 __entry->retire = retire;
273 __entry->flags, __entry->retire)
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcookie.c782 bool retire) in __fscache_relinquish_cookie() argument
785 if (retire) in __fscache_relinquish_cookie()
796 atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie()
798 trace_fscache_relinquish(cookie, retire); in __fscache_relinquish_cookie()
804 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache.h360 bool retire) in fscache_relinquish_cookie() argument
363 __fscache_relinquish_cookie(cookie, aux_data, retire); in fscache_relinquish_cookie()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_active.c280 drm_printf(m, "active %ps:%ps\n", ref->active, ref->retire); in i915_active_print()
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dnetfs-api.rst809 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.
H A Dcachefiles.rst284 or retire them.
H A Dbackend-api.rst336 retire it if it's in state FSCACHE_OBJECT_RECYCLING.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-53561 after you call ‘vprintf’. Instead, you should call ‘va_end’ to retire
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-53561 after you call ‘vprintf’. Instead, you should call ‘va_end’ to retire