Searched refs:entities (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dalign-1.s2 # labels to such entities are aligned.
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ctx.c135 ctx->entities[hw_ip][ring] = entity;
198 amdgpu_ctx_fini_entity(ctx->entities[i][j]);
199 ctx->entities[i][j] = NULL;
229 if (ctx->entities[hw_ip][ring] == NULL) {
235 *entity = &ctx->entities[hw_ip][ring]->entity;
284 if (!ctx->entities[i][j])
287 drm_sched_entity_destroy(&ctx->entities[i][j]->entity);
530 if (!ctx->entities[i][j])
533 entity = &ctx->entities[i][j]->entity;
583 if (!ctx->entities[
[all...]
H A Damdgpu_ctx.h49 struct amdgpu_ctx_entity *entities[AMDGPU_HW_IP_NUM][AMDGPU_MAX_ENTITY_NUM]; member in struct:amdgpu_ctx
H A Damdgpu_job.c271 list_for_each_entry(s_entity, &rq->entities, list) {
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dmcparse.y66 input: entities
69 entities: label
71 | entities entity
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dmcparse.y66 input: entities
69 entities: label
71 | entities entity
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dmcparse.y66 input: entities
69 entities: label
71 | entities entity
/netbsd-current/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_main.c29 * The GPU scheduler provides entities which allow userspace to push jobs
31 * The software queues have a priority among them. The scheduler selects the entities
42 * 3. Each scheduler run queue has a queue of entities to schedule
81 INIT_LIST_HEAD(&rq->entities);
101 list_add_tail(&entity->list, &rq->entities);
142 list_for_each_entry_continue(entity, &rq->entities, list) {
152 list_for_each_entry(entity, &rq->entities, list) {
364 list_for_each_entry_safe(entity, tmp, &rq->entities, list) {
375 if (&entity->list != &rq->entities)
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Dgpu_scheduler.h56 * @list: used to append this struct to the list of entities in the
83 * ring, and the scheduler will alternate between entities based on
113 * struct drm_sched_rq - queue of entities to be scheduled.
115 * @lock: to modify the entities list.
117 * @entities: list of the entities to be scheduled.
120 * Run queue is a set of entities scheduling command submissions for
127 struct list_head entities; member in struct:drm_sched_rq
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devent_rpcgen.py1520 entities = []
1529 entities.extend(ProcessStruct(factory, data))
1531 return entities
1685 entities = Parse(factory, fp)
1694 for entry in entities:
1698 for entry in entities:
1707 for entry in entities:
/netbsd-current/external/bsd/libevent/dist/
H A Devent_rpcgen.py1686 entities = []
1695 entities.extend(ProcessStruct(factory, data))
1697 return entities
1884 entities = Parse(factory, self.rpc_file)
1892 for entry in entities:
1896 for entry in entities:
1904 for entry in entities:
/netbsd-current/external/bsd/bzip2/dist/
H A DMakefile197 $(DISTNAME)/entities.xml \
206 entities.xml manual.xml
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc12 * compiler (instrumentation), and host tools (reader/writer). The entities
54 * The second part of the file includes definitions all other entities that
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc11 * compiler (instrumentation), and host tools (reader/writer). The entities
53 * The second part of the file includes definitions all other entities that
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmigrate_v1_v2.sql330 -- Drop temporary entities used during the migration.

Completed in 126 milliseconds