HomeSort by: relevance | last modified time | path
    Searched defs:ve (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 246 boot_catalog_validation_entry *ve; local in function:cd9660_boot_setup_validation_entry
253 ve = &entry->entry_data.VE;
255 ve->header_id[0] = 1;
256 ve->platform_id[0] = sys;
257 ve->key[0] = 0x55;
258 ve->key[1] = 0xAA;
262 cd9660_721(0, ve->checksum);
263 csptr = (unsigned char*)ve;
264 for (i = 0; i < sizeof(*ve); i += 2)
    [all...]
  /src/bin/ps/
ps.c 668 struct varent *ve; local in function:pscomp
680 SIMPLEQ_FOREACH(ve, &sortlist, next) {
681 v = ve->var;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_lrc.c 2764 struct intel_context *ve[16]; local in function:nop_virtual_engine
2770 GEM_BUG_ON(!nctx || nctx > ARRAY_SIZE(ve));
2773 ve[n] = intel_execlists_create_virtual(siblings, nsibling);
2774 if (IS_ERR(ve[n])) {
2775 err = PTR_ERR(ve[n]);
2780 err = intel_context_pin(ve[n]);
2782 intel_context_put(ve[n]);
2788 err = igt_live_test_begin(&t, gt->i915, __func__, ve[0]->engine->name);
2800 rq = i915_request_create(ve[nc]);
2817 rq = i915_request_create(ve[nc])
2935 struct intel_context *ve; local in function:mask_virtual_engine
3052 struct intel_context *ve; local in function:preserved_virtual_engine
3284 struct intel_context *ve; local in function:bond_virtual_engine
3423 struct intel_context *ve; local in function:reset_virtual_engine
    [all...]
intel_lrc.c 435 struct virtual_engine *ve = local in function:need_preempt
436 rb_entry(rb, typeof(*ve), nodes[engine->id].rb);
439 if (engine == ve->siblings[0]) { /* only preempt one sibling */
443 next = READ_ONCE(ve->request);
1244 /* We've switched away, so this should be a no-op, but intent matters */
1304 struct virtual_engine *ve = container_of(ce, typeof(*ve), context); local in function:kick_siblings
1305 struct i915_request *next = READ_ONCE(ve->request);
1308 tasklet_schedule(&ve->base.execlists.tasklet);
1624 static bool virtual_matches(const struct virtual_engine *ve,
1856 struct virtual_engine *ve = local in function:execlists_dequeue
1965 struct virtual_engine *ve = local in function:execlists_dequeue
2476 struct virtual_engine *ve = to_virtual_engine(rq->engine); local in function:execlists_hold
3728 struct virtual_engine *ve = local in function:execlists_reset_cancel
4704 struct virtual_engine *ve = local in function:virtual_context_destroy
4772 struct virtual_engine *ve = container_of(ce, typeof(*ve), context); local in function:virtual_context_alloc
4779 struct virtual_engine *ve = container_of(ce, typeof(*ve), context); local in function:virtual_context_pin
4793 struct virtual_engine *ve = container_of(ce, typeof(*ve), context); local in function:virtual_context_enter
4804 struct virtual_engine *ve = container_of(ce, typeof(*ve), context); local in function:virtual_context_exit
4851 struct virtual_engine * const ve = (struct virtual_engine *)data; local in function:virtual_submission_tasklet
4956 struct virtual_engine *ve = to_virtual_engine(rq->engine); local in function:virtual_submit_request
5010 struct virtual_engine *ve = to_virtual_engine(rq->engine); local in function:virtual_bond_execute
5033 struct virtual_engine *ve; local in function:intel_execlists_create_virtual
5197 struct virtual_engine *ve = to_virtual_engine(engine); local in function:intel_virtual_engine_attach_bond
5233 struct virtual_engine *ve = to_virtual_engine(engine); local in function:intel_virtual_engine_get_sibling
5305 struct virtual_engine *ve = local in function:intel_execlists_show_requests
    [all...]

Completed in 16 milliseconds