Searched refs:smoke (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_execlists.c | 3483 static struct i915_gem_context *smoke_context(struct preempt_smoke *smoke) in smoke_context() argument 3485 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, in smoke_context() 3486 &smoke->prng)]; in smoke_context() 3489 static int smoke_submit(struct preempt_smoke *smoke, in smoke_submit() argument 3513 rq = igt_request_alloc(ctx, smoke->engine); in smoke_submit() 3538 struct preempt_smoke *smoke = container_of(work, typeof(*smoke), work); in smoke_crescendo_work() local 3544 struct i915_gem_context *ctx = smoke_context(smoke); in smoke_crescendo_work() 3546 smoke->result = smoke_submit(smoke, ctx, in smoke_crescendo_work() 3548 smoke->batch); in smoke_crescendo_work() 3551 } while (!smoke->result && count < smoke->ncontext && in smoke_crescendo_work() [all …]
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 1736 struct smoketest *smoke; in live_breadcrumbs_smoketest() local 1757 smoke = kzalloc_objs(*smoke, nengines); in live_breadcrumbs_smoketest() 1758 if (!smoke) { in live_breadcrumbs_smoketest() 1769 smoke[0].request_alloc = __live_request_alloc; in live_breadcrumbs_smoketest() 1770 smoke[0].ncontexts = 64; in live_breadcrumbs_smoketest() 1771 smoke[0].contexts = kzalloc_objs(*smoke[0].contexts, smoke[0].ncontexts); in live_breadcrumbs_smoketest() 1772 if (!smoke[0].contexts) { in live_breadcrumbs_smoketest() 1777 for (n = 0; n < smoke[0].ncontexts; n++) { in live_breadcrumbs_smoketest() 1778 smoke[0].contexts[n] = live_context(i915, file); in live_breadcrumbs_smoketest() 1779 if (IS_ERR(smoke[0].contexts[n])) { in live_breadcrumbs_smoketest() [all …]
|
| /linux/tools/testing/selftests/mm/ |
| H A D | run_vmtests.sh | 49 vmalloc smoke tests 51 hmm smoke tests 413 CATEGORY="vmalloc" run_test bash ./test_vmalloc.sh smoke 417 CATEGORY="hmm" run_test bash ./test_hmm.sh smoke 524 CATEGORY="page_frag" run_test ./test_page_frag.sh smoke
|
| /linux/tools/memory-model/scripts/ |
| H A D | README | 90 # Runs in seconds, good smoke test:
|
| /linux/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/mm/ |
| H A D | Kconfig | 1277 get_user_pages*() and pin_user_pages*(), as well as smoke tests of
|