Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/
H A Dpolicy_operation_diagram.dot80 call_enqueue -> queues_middle_sep [ lhead=cluster_policy_queues ];
85 call_dequeue -> as1 [lhead=cluster_runpool];
97 …call_ctxfinish:sw->rt_queue:qm [ lhead=cluster_policy_queues label="enqueue_ctx()\n/* ctx still ha…
110 irq->as2 [lhead=cluster_runpool label="requeue_job()\n/* timeslice expired */" ];
/OK3568_Linux_fs/kernel/Documentation/driver-api/mei/
H A Dnfc.rst18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_connector.c697 struct list_head *lhead; in drm_connector_list_iter_next() local
701 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next()
704 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next()
709 lhead = lhead->next; in drm_connector_list_iter_next()
710 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
H A Ddrm_file.c171 INIT_LIST_HEAD(&file->lhead); in drm_file_alloc()
306 list_del(&file_priv->lhead); in drm_close_helper()
369 list_add(&priv->lhead, &dev->filelist); in drm_open_helper()
H 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()
H A Ddrm_debugfs.c92 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_file.h250 struct list_head lhead; member
/OK3568_Linux_fs/kernel/drivers/dma/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c87 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
914 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_semantics.c1319 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move() local
1323 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { in fib_info_hash_move()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsglob.h1662 struct list_head lhead; member