Searched refs:smoke (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c3480 static struct i915_gem_context *smoke_context(struct preempt_smoke *smoke) argument
3482 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext,
3483 &smoke->prng)];
3486 static int smoke_submit(struct preempt_smoke *smoke, argument
3510 rq = igt_request_alloc(ctx, smoke->engine);
3535 struct preempt_smoke *smoke = container_of(work, typeof(*smoke), work); local
3541 struct i915_gem_context *ctx = smoke_context(smoke);
3543 smoke
3554 smoke_crescendo(struct preempt_smoke *smoke, unsigned int flags) argument
3608 smoke_random(struct preempt_smoke *smoke, unsigned int flags) argument
3637 struct preempt_smoke smoke = { local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh45 vmalloc smoke tests
47 hmm smoke tests
355 # vmalloc stability smoke test
356 CATEGORY="vmalloc" run_test bash ./test_vmalloc.sh smoke
360 CATEGORY="hmm" run_test bash ./test_hmm.sh smoke
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1735 struct smoketest *smoke; local
1756 smoke = kcalloc(nengines, sizeof(*smoke), GFP_KERNEL);
1757 if (!smoke) {
1768 smoke[0].request_alloc = __live_request_alloc;
1769 smoke[0].ncontexts = 64;
1770 smoke[0].contexts = kcalloc(smoke[0].ncontexts,
1771 sizeof(*smoke[0].contexts),
1773 if (!smoke[
[all...]

Completed in 136 milliseconds