Searched refs:list_add (Results 51 - 75 of 114) sorted by relevance

12345

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_nv40.c168 list_add(&chan->head, &gr->chan);
261 list_add(&chan->head, &gr->chan);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dintel_memory_region.c81 list_add(&obj->st_link, &objects);
119 list_add(&obj->st_link, objects);
H A Di915_gem_evict.c48 list_add(&obj->st_link, objects);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vm.c600 list_add(&entry->tv.head, validated);
2180 list_add(&mapping->list, &bo_va->invalids);
2367 list_add(&mapping->list, &vm->freed);
2423 list_add(&before->list, &tmp->bo_va->invalids);
2434 list_add(&after->list, &tmp->bo_va->invalids);
2438 list_add(&tmp->list, &removed);
2454 list_add(&tmp->list, &vm->freed);
2568 list_add(&mapping->list, &vm->freed);
H A Damdgpu_sa.c175 list_add(&sa_bo->olist, sa_manager->hole);
H A Damdgpu_ids.c516 list_add(&vm->reserved_vmid[vmhub]->list,
H A Damdgpu_gem.c189 list_add(&tv.head, &list);
651 list_add(&tv.head, &list);
H A Damdgpu_amdkfd_gpuvm.c452 list_add(&bo_va_entry->bo_list, list_bo_va);
625 list_add(&ctx->kfd_bo.tv.head, &ctx->list);
688 list_add(&ctx->kfd_bo.tv.head, &ctx->list);
/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_cdevsw.c183 list_add(&priv->lhead, &dev->filelist);
377 list_add(&event->link, &file->event_list);
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_kern_lib.c453 list_add(&waiter->list, &instance->bulk_waiter_list);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_user.c140 list_add(&engine->uabi_node.list, engines);
H A Dintel_breadcrumbs.c198 * We process the list deletion in bulk, only using a list_add
335 list_add(&rq->signal_link, pos);
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_context.c412 list_add(&ctx_entry->head, &dev->ctxlist);
H A Ddrm_debugfs.c205 list_add(&tmp->list, &minor->debugfs_list);
H A Ddrm_agpsupport.c249 list_add(&entry->head, &dev->agp->memory);
H A Ddrm_framebuffer.c373 list_add(&fb->filp_head, &file_priv->fbs);
753 list_add(&fb->head, &dev->mode_config.fb_list);
/netbsd-current/sys/external/bsd/drm2/dist/drm/sis/
H A Dsis_mm.c146 list_add(&item->owner_list, &file_priv->obj_list);
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c683 list_add(mcd->md_iitba, sii);
712 list_add(mcd->md_tdtbr, tgtp);
845 list_add(&mcd->md_tgt->td_fwdlist, new);
/netbsd-current/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_page_alloc_dma.c623 list_add(&sec_pool->pools, &_manager->pools);
626 list_add(&pool->pools, &dev->dma_pools);
749 list_add(&dma_p->page_list, d_pages);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dsched_policy.c360 list_add(&vgpu_data->lru_list, &sched_data->lru_runq_head);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c364 list_add(&q->list, &qpd->queues_list);
823 list_add(&n->list, &dqm->queues);
1165 list_add(&kq->list, &qpd->priv_queue_list);
1243 list_add(&q->list, &qpd->queues_list);
H A Dkfd_process_queue_manager.c326 list_add(&pqn->process_queue_list, &pqm->queues);
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_sa.c220 list_add(&sa_bo->olist, sa_manager->hole);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ldu.c194 list_add(&ldu->active, at);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dmem.c253 list_add(&chunk->list, &drm->dmem->chunk_empty);

Completed in 248 milliseconds

12345