Home
last modified time | relevance | path

Searched defs:spin (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/selftests/
Digt_spinner.c14 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()
139 igt_spinner_create_request(struct igt_spinner *spin, in igt_spinner_create_request()
233 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) in hws_seqno()
240 void igt_spinner_end(struct igt_spinner *spin) in igt_spinner_end()
249 void igt_spinner_fini(struct igt_spinner *spin) in igt_spinner_fini()
266 bool igt_wait_for_spinner(struct igt_spinner *spin, struct i915_request *rq) in igt_wait_for_spinner()
Di915_request.c626 struct igt_spinner spin; in __cancel_inactive() local
679 struct igt_spinner spin; in __cancel_active() local
740 struct igt_spinner spin; in __cancel_completed() local
801 struct igt_spinner spin; in __cancel_reset() local
1511 struct igt_spinner spin; in __live_parallel_spin() local
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_rps.c225 struct igt_spinner spin; in live_rps_clock_interval() local
377 struct igt_spinner spin; in live_rps_control() local
897 struct igt_spinner *spin) in __rps_up_interrupt()
1028 struct igt_spinner spin; in live_rps_interrupt() local
1132 struct igt_spinner spin; in live_rps_power() local
1235 struct igt_spinner spin; in live_rps_dynamic() local
Dselftest_execlists.c116 struct igt_spinner spin; in live_sanitycheck() local
170 struct igt_spinner spin; in live_unlite_restore() local
331 struct igt_spinner spin; in live_unlite_ring() local
586 struct igt_spinner spin; in live_hold_reset() local
1417 struct igt_spinner spin; in live_timeslice_nopreempt() local
1713 spinner_create_request(struct igt_spinner *spin, in spinner_create_request()
1925 struct igt_spinner spin; member
2799 struct igt_spinner *spin, in __live_preempt_ring()
2920 struct igt_spinner spin; in live_preempt_ring() local
4042 struct igt_spinner spin; in slicein_virtual_engine() local
[all …]
Dselftest_workarounds.c48 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin()
274 struct igt_spinner *spin, in switch_to_scratch_context()
306 struct igt_spinner spin; in check_whitelist_across_reset() local
1258 struct igt_spinner spin; in live_engine_reset_workarounds() local
Dselftest_mocs.c48 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin()
325 struct igt_spinner spin; in active_engine_reset() local
Dselftest_reset.c28 struct igt_spinner spin; in __igt_reset_stolen() local
Dselftest_slpc.c149 struct igt_spinner spin; in run_test() local
Dselftest_engine_pm.c248 struct igt_spinner spin; in live_engine_busy_stats() local
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dselftest_guc.c9 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) in request_add_spin()
150 struct igt_spinner spin; in intel_guc_steal_guc_ids() local
Dselftest_guc_hangcheck.c34 struct igt_spinner spin; in intel_hang_guc() local
/linux-6.1.9/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_migrate.c185 struct igt_spinner *spin, in __igt_lmem_pages_migrate()
376 struct igt_spinner spin; in igt_async_migrate() local
Di915_gem_context.c1026 struct igt_spinner **spin) in __sseu_prepare()
1071 struct igt_spinner *spin, in __read_slice_count()
1146 struct igt_spinner *spin) in __sseu_finish()
1191 struct igt_spinner *spin = NULL; in __sseu_test() local
/linux-6.1.9/arch/ia64/kernel/
Dmca.c117 #define NOTIFY_INIT(event, regs, arg, spin) \ argument
124 #define NOTIFY_MCA(event, regs, arg, spin) \ argument
/linux-6.1.9/drivers/net/can/softing/
Dsofting.h41 spinlock_t spin; /* protect this structure & DPRAM access */ member
/linux-6.1.9/kernel/printk/
Dprintk.c1864 bool spin = false; in console_trylock_spinning() local
/linux-6.1.9/drivers/media/dvb-frontends/
Ddrxk_hard.c790 const char *spin = ""; in get_device_capabilities() local
/linux-6.1.9/net/core/
Dpktgen.c2261 static void spin(struct pktgen_dev *pkt_dev, ktime_t spin_until) in spin() function