Home
last modified time | relevance | path

Searched refs:lhead (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/
A Ddrm_client.c44 list_add(&file->lhead, &dev->filelist_internal); in drm_client_open()
57 list_del(&client->file->lhead); in drm_client_close()
A Ddrm_file.c151 INIT_LIST_HEAD(&file->lhead); in drm_file_alloc()
287 list_del(&file_priv->lhead); in drm_close_helper()
351 list_add(&priv->lhead, &dev->filelist); in drm_open_helper()
A Ddrm_connector.c1083 struct list_head *lhead; in drm_connector_list_iter_next() local
1087 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next()
1090 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next()
1095 lhead = lhead->next; in drm_connector_list_iter_next()
1096 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
A Ddrm_debugfs.c97 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c752 struct list_head *lhead; in __rvu_npc_exact_find_entry_by_seq_id() local
754 lhead = &table->lhead_gbl; in __rvu_npc_exact_find_entry_by_seq_id()
757 list_for_each_entry(entry, lhead, glist) { in __rvu_npc_exact_find_entry_by_seq_id()
790 struct list_head *lhead, *pprev; in rvu_npc_exact_add_to_list() local
809 lhead = &table->lhead_cam_tbl_entry; in rvu_npc_exact_add_to_list()
814 lhead = &table->lhead_mem_tbl_entry[ways]; in rvu_npc_exact_add_to_list()
848 pprev = lhead; in rvu_npc_exact_add_to_list()
851 list_for_each_entry_safe(iter, tmp, lhead, list) { in rvu_npc_exact_add_to_list()
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_gem.c305 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
/drivers/dma/
A Dnbpfaxi.c697 LIST_HEAD(lhead); in nbpf_desc_page_alloc()
711 list_add_tail(&ldesc->node, &lhead); in nbpf_desc_page_alloc()
737 list_splice_tail(&lhead, &chan->free_links); in nbpf_desc_page_alloc()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gem.c246 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
1149 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
A Damdgpu_debugfs.c1782 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()

Completed in 29 milliseconds