| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_ctx.c | 135 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[i][j] [all...] |
| amdgpu_ctx.h | 49 struct amdgpu_ctx_entity *entities[AMDGPU_HW_IP_NUM][AMDGPU_MAX_ENTITY_NUM]; member in struct:amdgpu_ctx
|
| amdgpu_job.c | 271 list_for_each_entry(s_entity, &rq->entities, list) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| mcparse.y | 66 input: entities 69 entities: label 71 | entities entity
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| mcparse.y | 66 input: entities 69 entities: label 71 | entities entity
|
| /src/sys/external/bsd/drm2/dist/drm/scheduler/ |
| sched_main.c | 29 * 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 43 * 4. Entities themselves maintain a queue of jobs that will be scheduled on 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) [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| gpu_scheduler.h | 56 * @list: used to append this struct to the list of entities in the 82 * Entities will emit jobs in order to their corresponding hardware 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
|
| /src/external/bsd/bzip2/dist/ |
| Makefile | 197 $(DISTNAME)/entities.xml \ 206 entities.xml manual.xml
|
| /src/external/bsd/libevent/dist/ |
| event_rpcgen.py | 1686 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:
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event_rpcgen.py | 1686 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:
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfData.inc | 12 * compiler (instrumentation), and host tools (reader/writer). The entities 54 * The second part of the file includes definitions all other entities that
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| InstrProfData.inc | 11 * compiler (instrumentation), and host tools (reader/writer). The entities 53 * The second part of the file includes definitions all other entities that
|
| /src/external/bsd/kyua-cli/dist/store/ |
| migrate_v1_v2.sql | 330 -- Drop temporary entities used during the migration.
|
| /src/external/mit/expat/dist/lib/ |
| xmlparse.c | 71 # error XML_GE (for general entities) must be defined, non-empty, either 1 or 0 (0 to disable, 1 to enable; 1 is a common default) 330 XML_FALSE). The reason is the delayed closing of entities until their inner 331 entities are processed and closed */ 1371 * for value entities) */ 2634 "limit on input amplification factor (from DTD and entities) breached"); 4397 * error in internal entities. 5027 /* Must not close doctype from within expanded parameter entities */ 5647 * parameter entities or we wouldn't have passed the outer 5655 * possible to create entities taking this code path that 5656 * are not internal entities, so fail the test above [all...] |