| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
| D | igt_spinner.c | 14 int igt_spinner_init(struct igt_spinner *spin, struct intel_gt *gt) in igt_spinner_init() 79 int igt_spinner_pin(struct igt_spinner *spin, in igt_spinner_pin() 123 igt_spinner_create_request(struct igt_spinner *spin, in igt_spinner_create_request() 217 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) in hws_seqno() 224 void igt_spinner_end(struct igt_spinner *spin) in igt_spinner_end() 233 void igt_spinner_fini(struct igt_spinner *spin) in igt_spinner_fini() 250 bool igt_wait_for_spinner(struct igt_spinner *spin, struct i915_request *rq) in igt_wait_for_spinner()
|
| D | i915_request.c | 646 struct igt_spinner spin; in __cancel_inactive() local 699 struct igt_spinner spin; in __cancel_active() local 760 struct igt_spinner spin; in __cancel_completed() local 821 struct igt_spinner spin; in __cancel_reset() local 1559 struct igt_spinner spin; in __live_parallel_spin() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| D | igt_spinner.c | 12 int igt_spinner_init(struct igt_spinner *spin, struct intel_gt *gt) in igt_spinner_init() 89 igt_spinner_create_request(struct igt_spinner *spin, in igt_spinner_create_request() 196 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) in hws_seqno() 203 void igt_spinner_end(struct igt_spinner *spin) in igt_spinner_end() 209 void igt_spinner_fini(struct igt_spinner *spin) in igt_spinner_fini() 220 bool igt_wait_for_spinner(struct igt_spinner *spin, struct i915_request *rq) in igt_wait_for_spinner()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
| D | selftest_guc.c | 11 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin() 152 struct igt_spinner spin; in intel_guc_steal_guc_ids() local
|
| D | selftest_guc_hangcheck.c | 35 struct igt_spinner spin; in intel_hang_guc() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | selftest_rps.c | 219 struct igt_spinner spin; in live_rps_clock_interval() local 371 struct igt_spinner spin; in live_rps_control() local 892 struct igt_spinner *spin) in __rps_up_interrupt() 1023 struct igt_spinner spin; in live_rps_interrupt() local 1127 struct igt_spinner spin; in live_rps_power() local 1230 struct igt_spinner spin; in live_rps_dynamic() local
|
| D | selftest_engine_pm.c | 19 struct igt_spinner spin; in live_engine_busy_stats() local
|
| D | selftest_workarounds.c | 47 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin() 265 struct igt_spinner *spin) in switch_to_scratch_context() 298 struct igt_spinner spin; in check_whitelist_across_reset() local 1206 struct igt_spinner spin; in live_engine_reset_workarounds() local
|
| D | selftest_lrc.c | 140 struct igt_spinner spin; in live_sanitycheck() local 194 struct igt_spinner spin; in live_unlite_restore() local 355 struct igt_spinner spin; in live_unlite_ring() local 584 struct igt_spinner spin; in live_hold_reset() local 1421 struct igt_spinner spin; in live_timeslice_nopreempt() local 1719 spinner_create_request(struct igt_spinner *spin, in spinner_create_request() 1942 struct igt_spinner spin; member 2747 struct igt_spinner *spin, in __live_preempt_ring() 2868 struct igt_spinner spin; in live_preempt_ring() local 3998 struct igt_spinner spin; in slicein_virtual_engine() local [all …]
|
| D | selftest_mocs.c | 46 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin() 337 struct igt_spinner spin; in active_engine_reset() local
|
| D | selftest_reset.c | 27 struct igt_spinner spin; in __igt_reset_stolen() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| D | selftest_rps.c | 226 struct igt_spinner spin; in live_rps_clock_interval() local 378 struct igt_spinner spin; in live_rps_control() local 894 struct igt_spinner *spin) in __rps_up_interrupt() 1025 struct igt_spinner spin; in live_rps_interrupt() local 1135 struct igt_spinner spin; in live_rps_power() local 1238 struct igt_spinner spin; in live_rps_dynamic() local
|
| D | selftest_execlists.c | 114 struct igt_spinner spin; in live_sanitycheck() local 168 struct igt_spinner spin; in live_unlite_restore() local 329 struct igt_spinner spin; in live_unlite_ring() local 584 struct igt_spinner spin; in live_hold_reset() local 1415 struct igt_spinner spin; in live_timeslice_nopreempt() local 1715 spinner_create_request(struct igt_spinner *spin, in spinner_create_request() 1927 struct igt_spinner spin; member 2797 struct igt_spinner *spin, in __live_preempt_ring() 2918 struct igt_spinner spin; in live_preempt_ring() local 4028 struct igt_spinner spin; in slicein_virtual_engine() local [all …]
|
| D | selftest_workarounds.c | 48 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin() 270 struct igt_spinner *spin, in switch_to_scratch_context() 302 struct igt_spinner spin; in check_whitelist_across_reset() local 1242 struct igt_spinner spin; in live_engine_reset_workarounds() local
|
| D | selftest_mocs.c | 49 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin() 323 struct igt_spinner spin; in active_engine_reset() local
|
| D | selftest_reset.c | 28 struct igt_spinner spin; in __igt_reset_stolen() local
|
| D | selftest_engine_pm.c | 249 struct igt_spinner spin; in live_engine_busy_stats() local
|
| D | selftest_slpc.c | 269 struct igt_spinner spin; in run_test() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_migrate.c | 185 struct igt_spinner *spin, in __igt_lmem_pages_migrate() 376 struct igt_spinner spin; in igt_async_migrate() local
|
| D | i915_gem_context.c | 1047 struct igt_spinner **spin) in __sseu_prepare() 1092 struct igt_spinner *spin, in __read_slice_count() 1167 struct igt_spinner *spin) in __sseu_finish() 1212 struct igt_spinner *spin = NULL; in __sseu_test() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_context.c | 1031 struct igt_spinner **spin) in __sseu_prepare() 1076 struct igt_spinner *spin, in __read_slice_count() 1151 struct igt_spinner *spin) in __sseu_finish() 1196 struct igt_spinner *spin = NULL; in __sseu_test() local
|
| /kernel/linux/linux-5.10/fs/iomap/ |
| D | direct-io.c | 52 int iomap_dio_iopoll(struct kiocb *kiocb, bool spin) in iomap_dio_iopoll()
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | mca.c | 115 #define NOTIFY_INIT(event, regs, arg, spin) \ argument 122 #define NOTIFY_MCA(event, regs, arg, spin) \ argument
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | mca.c | 117 #define NOTIFY_INIT(event, regs, arg, spin) \ argument 124 #define NOTIFY_MCA(event, regs, arg, spin) \ argument
|
| /kernel/linux/linux-5.10/drivers/net/can/softing/ |
| D | softing.h | 41 spinlock_t spin; /* protect this structure & DPRAM access */ member
|