Searched refs:lhead (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/Documentation/driver-api/mei/ |
D | nfc.rst | 18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_file.c | 165 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()
|
D | drm_client.c | 45 list_add(&file->lhead, &dev->filelist_internal); in drm_client_open() 58 list_del(&client->file->lhead); in drm_client_close()
|
D | drm_connector.c | 818 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()
|
D | drm_debugfs.c | 92 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
|
/linux-6.1.9/include/drm/ |
D | drm_file.h | 266 struct list_head lhead; member
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_hash.c | 714 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/ |
D | vmwgfx_gem.c | 251 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
|
/linux-6.1.9/drivers/dma/ |
D | nbpfaxi.c | 698 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/ |
D | amdgpu_gem.c | 136 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()
|
D | amdgpu_debugfs.c | 1593 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()
|
/linux-6.1.9/net/ipv4/ |
D | fib_semantics.c | 1304 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/ |
D | cifsglob.h | 1735 struct list_head lhead; member
|