Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/driver-api/mei/
Dnfc.rst18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
/linux-6.1.9/drivers/gpu/drm/
Ddrm_file.c165 INIT_LIST_HEAD(&file->lhead); in drm_file_alloc()
300 list_del(&file_priv->lhead); in drm_close_helper()
363 list_add(&priv->lhead, &dev->filelist); in drm_open_helper()
Ddrm_client.c45 list_add(&file->lhead, &dev->filelist_internal); in drm_client_open()
58 list_del(&client->file->lhead); in drm_client_close()
Ddrm_connector.c818 struct list_head *lhead; in drm_connector_list_iter_next() local
822 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next()
825 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next()
830 lhead = lhead->next; in drm_connector_list_iter_next()
831 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
Ddrm_debugfs.c92 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
/linux-6.1.9/include/drm/
Ddrm_file.h266 struct list_head lhead; member
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c714 struct list_head *lhead; in __rvu_npc_exact_find_entry_by_seq_id() local
716 lhead = &table->lhead_gbl; in __rvu_npc_exact_find_entry_by_seq_id()
719 list_for_each_entry(entry, lhead, glist) { in __rvu_npc_exact_find_entry_by_seq_id()
752 struct list_head *lhead, *pprev; in rvu_npc_exact_add_to_list() local
771 lhead = &table->lhead_cam_tbl_entry; in rvu_npc_exact_add_to_list()
776 lhead = &table->lhead_mem_tbl_entry[ways]; in rvu_npc_exact_add_to_list()
810 pprev = lhead; in rvu_npc_exact_add_to_list()
813 list_for_each_entry_safe(iter, tmp, lhead, list) { in rvu_npc_exact_add_to_list()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_gem.c251 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
/linux-6.1.9/drivers/dma/
Dnbpfaxi.c698 LIST_HEAD(lhead); in nbpf_desc_page_alloc()
712 list_add_tail(&ldesc->node, &lhead); in nbpf_desc_page_alloc()
735 list_splice_tail(&lhead, &chan->free_links); in nbpf_desc_page_alloc()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gem.c136 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
958 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
Damdgpu_debugfs.c1593 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()
/linux-6.1.9/net/ipv4/
Dfib_semantics.c1304 struct hlist_head *lhead = &old_laddrhash[i]; in fib_info_hash_move() local
1308 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { in fib_info_hash_move()
/linux-6.1.9/fs/cifs/
Dcifsglob.h1735 struct list_head lhead; member