Searched refs:lhead (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/ |
| A D | drm_client.c | 44 list_add(&file->lhead, &dev->filelist_internal); in drm_client_open() 57 list_del(&client->file->lhead); in drm_client_close()
|
| A D | drm_file.c | 151 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 D | drm_connector.c | 1083 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 D | drm_debugfs.c | 97 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_npc_hash.c | 752 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 D | vmwgfx_gem.c | 305 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
|
| /drivers/dma/ |
| A D | nbpfaxi.c | 697 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 D | amdgpu_gem.c | 246 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 D | amdgpu_debugfs.c | 1782 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()
|
Completed in 29 milliseconds