Searched refs:smoke (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_execlists.c | 3482 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, in smoke_context() 3535 struct preempt_smoke *smoke = container_of(work, typeof(*smoke), work); in smoke_crescendo_work() local 3543 smoke->result = smoke_submit(smoke, ctx, in smoke_crescendo_work() 3548 } while (!smoke->result && count < smoke->ncontext && in smoke_crescendo_work() 3571 arg[id] = *smoke; in smoke_crescendo() 3602 count, flags, smoke->gt->info.num_engines, smoke->ncontext); in smoke_crescendo() 3616 for_each_engine(smoke->engine, smoke->gt, id) { in smoke_random() 3631 count, flags, smoke->gt->info.num_engines, smoke->ncontext); in smoke_random() 3648 smoke.contexts = kmalloc_array(smoke.ncontext, in live_preempt_smoke() 3654 smoke.batch = in live_preempt_smoke() [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 1735 struct smoketest *smoke; in live_breadcrumbs_smoketest() local 1756 smoke = kcalloc(nengines, sizeof(*smoke), GFP_KERNEL); in live_breadcrumbs_smoketest() 1757 if (!smoke) { in live_breadcrumbs_smoketest() 1769 smoke[0].ncontexts = 64; in live_breadcrumbs_smoketest() 1770 smoke[0].contexts = kcalloc(smoke[0].ncontexts, in live_breadcrumbs_smoketest() 1773 if (!smoke[0].contexts) { in live_breadcrumbs_smoketest() 1792 smoke[idx] = smoke[0]; in live_breadcrumbs_smoketest() 1793 smoke[idx].engine = engine; in live_breadcrumbs_smoketest() 1794 smoke[idx].max_batch = in live_breadcrumbs_smoketest() 1858 kfree(smoke[0].contexts); in live_breadcrumbs_smoketest() [all …]
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | run_vmtests.sh | 45 vmalloc smoke tests 47 hmm smoke tests 412 CATEGORY="vmalloc" run_test bash ./test_vmalloc.sh smoke 416 CATEGORY="hmm" run_test bash ./test_hmm.sh smoke 510 CATEGORY="page_frag" run_test ./test_page_frag.sh smoke
|
| /linux-6.15/tools/memory-model/scripts/ |
| H A D | README | 90 # Runs in seconds, good smoke test:
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/ |
| H A D | internal.rst | 570 smoke-testing against invalid API usage (e.g. in |ssam_request_sync_submit|).
|
| /linux-6.15/mm/ |
| H A D | Kconfig | 1165 get_user_pages*() and pin_user_pages*(), as well as smoke tests of
|