Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 205) sorted by relevance

123456789

/openbsd/sys/dev/pci/drm/scheduler/
H A Dsched_entity.c70 entity->rq = NULL; in drm_sched_entity_init()
79 entity->rq = &sched_list[0]->sched_rq[entity->priority]; in drm_sched_entity_init()
220 if (!entity->rq) in drm_sched_entity_kill()
225 drm_sched_rq_remove_entity(entity->rq, entity); in drm_sched_entity_kill()
269 if (!entity->rq)
331 dma_fence_remove_callback(entity->dependency, &entity->cb);
438 if (!dma_fence_add_callback(entity->dependency, &entity->cb,
485 if (entity->guilty && atomic_read(entity->guilty))
554 drm_sched_rq_remove_entity(entity->rq, entity);
576 struct drm_sched_entity *entity = sched_job->entity; local
[all …]
H A Dsched_main.c114 rb_add_cached(&entity->rb_tree_node, &entity->rq->rb_tree_root, in drm_sched_rq_update_fifo()
204 if (entity) { in drm_sched_rq_select_entity_rr()
210 return entity; in drm_sched_rq_select_entity_rr()
221 return entity; in drm_sched_rq_select_entity_rr()
641 if (!entity->rq) in drm_sched_job_init()
644 job->entity = entity; in drm_sched_job_init()
673 struct drm_sched_entity *entity = job->entity; in drm_sched_job_arm() local
675 BUG_ON(!entity); in drm_sched_job_arm()
901 if (entity) in drm_sched_select_entity()
905 return entity; in drm_sched_select_entity()
[all …]
H A Dgpu_scheduler_trace.h36 TP_PROTO(struct drm_sched_job *sched_job, struct drm_sched_entity *entity),
37 TP_ARGS(sched_job, entity),
39 __field(struct drm_sched_entity *, entity)
48 __entry->entity = entity;
52 __entry->job_count = spsc_queue_count(&entity->job_queue);
57 __entry->entity, __entry->id,
63 TP_PROTO(struct drm_sched_job *sched_job, struct drm_sched_entity *entity),
64 TP_ARGS(sched_job, entity)
68 TP_PROTO(struct drm_sched_job *sched_job, struct drm_sched_entity *entity),
69 TP_ARGS(sched_job, entity)
H A Dsched_fence.c229 struct drm_sched_fence *drm_sched_fence_alloc(struct drm_sched_entity *entity, in drm_sched_fence_alloc() argument
249 struct drm_sched_entity *entity) in drm_sched_fence_init() argument
253 fence->sched = entity->rq->sched; in drm_sched_fence_init()
254 seq = atomic_inc_return(&entity->fence_seq); in drm_sched_fence_init()
256 &fence->lock, entity->fence_context, seq); in drm_sched_fence_init()
258 &fence->lock, entity->fence_context + 1, seq); in drm_sched_fence_init()
/openbsd/sys/dev/pci/drm/include/drm/
H A Dgpu_scheduler.h358 struct drm_sched_entity *entity; member
537 struct drm_sched_entity *entity,
567 struct drm_sched_entity *entity);
571 struct drm_sched_entity *entity);
573 struct drm_sched_entity *entity);
577 int drm_sched_entity_init(struct drm_sched_entity *entity,
583 void drm_sched_entity_fini(struct drm_sched_entity *entity);
584 void drm_sched_entity_destroy(struct drm_sched_entity *entity);
590 bool drm_sched_entity_is_ready(struct drm_sched_entity *entity);
591 int drm_sched_entity_error(struct drm_sched_entity *entity);
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ctx.c214 entity = kzalloc(struct_size(entity, fences, amdgpu_sched_jobs), in amdgpu_ctx_init_entity()
216 if (!entity) in amdgpu_ctx_init_entity()
221 entity->hw_ip = hw_ip; in amdgpu_ctx_init_entity()
222 entity->sequence = 1; in amdgpu_ctx_init_entity()
251 r = drm_sched_entity_init(&entity->entity, drm_prio, scheds, num_scheds, in amdgpu_ctx_init_entity()
263 drm_sched_entity_fini(&entity->entity); in amdgpu_ctx_init_entity()
266 kfree(entity); in amdgpu_ctx_init_entity()
277 if (!entity) in amdgpu_ctx_fini_entity()
287 kfree(entity); in amdgpu_ctx_fini_entity()
904 entity = &ctx->entities[i][j]->entity; in amdgpu_ctx_mgr_entity_flush()
[all …]
H A Damdgpu_ctx.h41 struct drm_sched_entity entity; member
77 u32 ring, struct drm_sched_entity **entity);
79 struct drm_sched_entity *entity,
82 struct drm_sched_entity *entity,
91 struct drm_sched_entity *entity);
H A Damdgpu_job.c94 struct drm_sched_entity *entity, void *owner, in amdgpu_job_alloc() argument
115 if (!entity) in amdgpu_job_alloc()
118 return drm_sched_job_init(&(*job)->base, entity, owner); in amdgpu_job_alloc()
122 struct drm_sched_entity *entity, void *owner, in amdgpu_job_alloc_with_ib() argument
128 r = amdgpu_job_alloc(adev, NULL, entity, owner, 1, job); in amdgpu_job_alloc_with_ib()
135 if (entity) in amdgpu_job_alloc_with_ib()
211 if (job->base.entity) in amdgpu_job_free()
H A Damdgpu_job.h85 return to_amdgpu_ring(job->base.entity->rq->sched); in amdgpu_job_ring()
89 struct drm_sched_entity *entity, void *owner,
92 struct drm_sched_entity *entity, void *owner,
H A Damdgpu_xcp.c401 struct amdgpu_ctx_entity *entity) in amdgpu_xcp_release_sched() argument
409 sched = entity->entity.rq->sched; in amdgpu_xcp_release_sched()
411 ring = to_amdgpu_ring(entity->entity.rq->sched); in amdgpu_xcp_release_sched()
H A Damdgpu_cs.c76 struct drm_sched_entity *entity; in amdgpu_cs_job_idx() local
82 chunk_ib->ring, &entity); in amdgpu_cs_job_idx()
90 if (entity->rq == NULL) in amdgpu_cs_job_idx()
95 if (p->entities[i] == entity) in amdgpu_cs_job_idx()
102 p->entities[i] = entity; in amdgpu_cs_job_idx()
394 struct drm_sched_entity *entity; in amdgpu_cs_p2_dependencies() local
403 deps[i].ring, &entity); in amdgpu_cs_p2_dependencies()
1463 struct drm_sched_entity *entity; in amdgpu_cs_wait_ioctl() local
1473 wait->in.ring, &entity); in amdgpu_cs_wait_ioctl()
1511 struct drm_sched_entity *entity; in amdgpu_cs_get_fence() local
[all …]
H A Damdgpu_vm_sdma.c56 struct drm_sched_entity *entity = p->immediate ? &p->vm->immediate in amdgpu_vm_sdma_alloc_job() local
67 r = amdgpu_job_alloc_with_ib(p->adev, entity, AMDGPU_FENCE_OWNER_VM, in amdgpu_vm_sdma_alloc_job()
/openbsd/share/snmp/
H A DSNMPv2-MIB.txt177 -- a collection of objects which describe the SNMP entity's
260 -- control of an SNMP entity.
270 entity from the transport service."
550 and control of an SNMP entity."
618 passed from the SNMP protocol entity to the
630 delivered to the SNMP protocol entity and for
710 protocol entity."
729 entity."
739 entity."
808 been generated by the SNMP protocol entity."
[all …]
H A DIP-MIB.txt1133 entity.
1971 entity.
2437 entity's interfaces.
2757 for an entity's own interface address.
2981 entity."
2990 to this entity."
4060 addresses relevant to this entity's interfaces."
4300 reassembled at this entity.
4342 fragmented at this entity.
4403 entity's IPv4 addresses.
[all …]
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c420 ENTITY *entity; member
2964 entity->systemId, entity->publicId)) in doContent()
4915 entity->systemId, entity->publicId)) in doProlog()
4955 entity->systemId, entity->publicId)) in doProlog()
5544 entity->systemId, entity->publicId)) { in doProlog()
5839 openEntity->entity = entity; in processInternalEntity()
5845 textEnd = (const char *)(entity->textPtr + entity->textLen); in processInternalEntity()
5891 entity = openEntity->entity; in internalEntityProcessor()
5893 textEnd = (const char *)(entity->textPtr + entity->textLen); in internalEntityProcessor()
6243 if (entity->open || (entity == parser->m_declEntity)) { in storeEntityValue()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c102 tree entity; member
1331 discriminator_for_local_entity (entity) in discriminator_for_local_entity() argument
1332 tree entity; in discriminator_for_local_entity()
1340 if (DECL_DISCRIMINATOR_P (entity) && DECL_LANG_SPECIFIC (entity))
1345 entity = TREE_TYPE (entity);
1399 tree entity;
1406 if (TREE_CODE (entity) == STRING_CST)
1410 entity));
2347 start_mangling (tree entity) in start_mangling() argument
2349 G.entity = entity; in start_mangling()
[all …]
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAccess.cpp1109 assert(entity.isMemberAccess()); in diagnoseBadDirectAccess()
1110 NamedDecl *D = entity.getTargetDecl(); in diagnoseBadDirectAccess()
1113 TryDiagnoseProtectedAccess(S, EC, entity)) in diagnoseBadDirectAccess()
1176 if (entity.isMemberAccess()) { in DiagnoseAccessPath()
1177 NamedDecl *D = entity.getTargetDecl(); in DiagnoseAccessPath()
1186 entity.suppressInstanceContext(); in DiagnoseAccessPath()
1228 entity.suppressInstanceContext(); in DiagnoseAccessPath()
1247 return diagnoseBadDirectAccess(S, EC, entity); in DiagnoseAccessPath()
1253 if (entity.isMemberAccess() || in DiagnoseAccessPath()
1267 if (entity.isMemberAccess()) in DiagnoseAccessPath()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp508 if (!entity) in GetFunctionInfo()
515 entity->GetParserVars(GetParserID()); in GetFunctionInfo()
1600 assert(entity); in AddExpressionVariable()
1601 entity->EnableParserVars(GetParserID()); in AddExpressionVariable()
1603 entity->GetParserVars(GetParserID()); in AddExpressionVariable()
1751 entity->EnableParserVars(GetParserID()); in AddOneGenericVariable()
1753 entity->GetParserVars(GetParserID()); in AddOneGenericVariable()
1798 entity->SetRegisterInfo(reg_info); in AddOneRegister()
1799 entity->EnableParserVars(GetParserID()); in AddOneRegister()
1801 entity->GetParserVars(GetParserID()); in AddOneRegister()
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c101 tree GTY ((skip)) entity;
1429 if (DECL_DISCRIMINATOR_P (entity) && DECL_LANG_SPECIFIC (entity)) in discriminator_for_local_entity()
1431 else if (TREE_CODE (entity) == TYPE_DECL) in discriminator_for_local_entity()
1436 entity = TREE_TYPE (entity); in discriminator_for_local_entity()
1440 if (type == entity) in discriminator_for_local_entity()
1491 const tree entity) in write_local_name() argument
1493 MANGLE_TRACE_TREE ("local-name", entity); in write_local_name()
1498 if (TREE_CODE (entity) == STRING_CST) in write_local_name()
1502 entity)); in write_local_name()
2513 G.entity = entity; in start_mangling()
[all …]
/openbsd/usr.sbin/rpki-client/
H A Dparser.c162 const struct entity *entp) in proc_parser_roa()
197 const struct entity *entp) in proc_parser_spl()
452 proc_parser_mft(struct entity *entp, struct mft **mp, char **crlfile, in proc_parser_mft()
530 const struct entity *entp) in proc_parser_cert()
620 proc_parser_root_cert(struct entity *entp, struct cert **out_cert) in proc_parser_root_cert()
675 const struct entity *entp) in proc_parser_gbr()
708 const struct entity *entp) in proc_parser_aspa()
742 const struct entity *entp) in proc_parser_tak()
803 struct entity *entp; in parse_entity()
1000 struct entity *entp; in proc_parser()
[all …]
H A Dextern.h559 * An entity (MFT, ROA, certificate, etc.) that needs to be downloaded
562 struct entity {
563 TAILQ_ENTRY(entity) entries;
572 enum rtype type; /* type of entity (not RTYPE_EOF) */
575 TAILQ_HEAD(entityq, entity);
817 void entity_free(struct entity *);
818 void entity_read_req(struct ibuf *, struct entity *);
854 int repo_queued(struct repo *, struct entity *);
560 struct entity { global() struct
570 typeentity global() argument
573 locationentity global() argument
/openbsd/gnu/llvm/clang/docs/
H A DSanitizerSpecialCaseList.rst63 Entries contain an entity type, followed by a colon and a regular expression,
66 meaning of ``*`` in regular expression for entity names is different - it is
67 treated as in shell wildcarding. Two generic entity types are ``src`` and
69 Some sanitizer tools may introduce custom entity types and categories - refer to
/openbsd/usr.bin/file/magdir/
H A Dmail.news32 0 string MIME-Version: MIME entity text
33 #0 string Content- MIME entity text
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.td49 // The value stack "register". This is an opaque entity which serves to order
53 // The incoming arguments "register". This is an opaque entity which serves to
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp90 GlobalValue *entity = in cacheAnnotationFromMD() local
93 if (!entity) in cacheAnnotationFromMD()
95 if (entity != gv) in cacheAnnotationFromMD()

123456789