OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smoke
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_request.c
1331
struct smoketest *
smoke
;
local in function:live_breadcrumbs_smoketest
1352
smoke
= kcalloc(nengines, sizeof(*
smoke
), GFP_KERNEL);
1353
if (!
smoke
) {
1364
smoke
[0].request_alloc = __live_request_alloc;
1365
smoke
[0].ncontexts = 64;
1366
smoke
[0].contexts = kcalloc(
smoke
[0].ncontexts,
1367
sizeof(*
smoke
[0].contexts),
1369
if (!
smoke
[0].contexts)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_lrc.c
2517
static struct i915_gem_context *smoke_context(struct preempt_smoke *
smoke
)
2519
return
smoke
->contexts[i915_prandom_u32_max_state(
smoke
->ncontext,
2520
&
smoke
->prng)];
2523
static int smoke_submit(struct preempt_smoke *
smoke
,
2547
rq = igt_request_alloc(ctx,
smoke
->engine);
2576
struct preempt_smoke *
smoke
= arg;
local in function:smoke_crescendo_thread
2582
struct i915_gem_context *ctx = smoke_context(
smoke
);
2585
err = smoke_submit(
smoke
,
2587
smoke
->batch)
2678
struct preempt_
smoke
smoke
= {
local in function:live_preempt_smoke
[
all
...]
Completed in 15 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025