/kernel/liteos_a/testsuites/kernel/sample/posix/ |
H A D | Makefile | 19 SMOKE_MODULES := mqueue/smoke mutex/smoke sem/smoke pthread/smoke swtmr/smoke sched/smoke mem/smoke
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/ |
H A D | Makefile | 29 SMOKE_MODULES := sem/smoke event/smoke queue/smoke mux/smoke rwlock/smoke
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_execlists.c | 3480 static struct i915_gem_context *smoke_context(struct preempt_smoke *smoke) in smoke_context() argument 3482 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, in smoke_context() 3483 &smoke->prng)]; in smoke_context() 3486 static int smoke_submit(struct preempt_smoke *smoke, in smoke_submit() argument 3510 rq = igt_request_alloc(ctx, smoke->engine); in smoke_submit() 3535 struct preempt_smoke *smoke = container_of(work, typeof(*smoke), work); in smoke_crescendo_work() local 3541 struct i915_gem_context *ctx = smoke_context(smoke); in smoke_crescendo_work() 3543 smoke in smoke_crescendo_work() 3554 smoke_crescendo(struct preempt_smoke *smoke, unsigned int flags) smoke_crescendo() argument 3608 smoke_random(struct preempt_smoke *smoke, unsigned int flags) smoke_random() argument 3637 struct preempt_smoke smoke = { live_preempt_smoke() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_request.c | 1349 struct smoketest *smoke; in live_breadcrumbs_smoketest() local 1370 smoke = kcalloc(nengines, sizeof(*smoke), GFP_KERNEL); in live_breadcrumbs_smoketest() 1371 if (!smoke) { in live_breadcrumbs_smoketest() 1382 smoke[0].request_alloc = __live_request_alloc; in live_breadcrumbs_smoketest() 1383 smoke[0].ncontexts = 64; in live_breadcrumbs_smoketest() 1384 smoke[0].contexts = kcalloc(smoke[0].ncontexts, in live_breadcrumbs_smoketest() 1385 sizeof(*smoke[0].contexts), in live_breadcrumbs_smoketest() 1387 if (!smoke[ in live_breadcrumbs_smoketest() [all...] |
/kernel/linux/linux-6.6/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() 1768 smoke[0].request_alloc = __live_request_alloc; 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() 1771 sizeof(*smoke[0].contexts), in live_breadcrumbs_smoketest() 1773 if (!smoke[ in live_breadcrumbs_smoketest() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_lrc.c | 3445 static struct i915_gem_context *smoke_context(struct preempt_smoke *smoke) in smoke_context() argument 3447 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, in smoke_context() 3448 &smoke->prng)]; in smoke_context() 3451 static int smoke_submit(struct preempt_smoke *smoke, in smoke_submit() argument 3475 rq = igt_request_alloc(ctx, smoke->engine); in smoke_submit() 3504 struct preempt_smoke *smoke = arg; in smoke_crescendo_thread() local 3510 struct i915_gem_context *ctx = smoke_context(smoke); in smoke_crescendo_thread() 3513 err = smoke_submit(smoke, in smoke_crescendo_thread() 3515 smoke in smoke_crescendo_thread() 3526 smoke_crescendo(struct preempt_smoke *smoke, unsigned int flags) smoke_crescendo() argument 3575 smoke_random(struct preempt_smoke *smoke, unsigned int flags) smoke_random() argument 3604 struct preempt_smoke smoke = { live_preempt_smoke() local [all...] |
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/ |
H A D | Makefile | 28 SMOKE_MODULES := task/smoke swtmr/smoke
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | run_vmtests.sh | 42 vmalloc smoke tests 44 hmm smoke tests 296 # vmalloc stability smoke test 297 CATEGORY="vmalloc" run_test bash ./test_vmalloc.sh smoke 301 CATEGORY="hmm" run_test bash ./test_hmm.sh smoke
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
H A D | Makefile | 22 SMOKE_MODULES := smoke
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/ |
H A D | Makefile | 26 SMOKE_MODULES := smoke
|
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/ |
H A D | Makefile | 21 SMOKE_MODULES := smoke
|