Searched refs:lhead (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/block/ |
A D | blk-cgroup.c | 85 blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL); in init_blkcg_llists() 86 if (!blkcg->lhead) in init_blkcg_llists() 90 init_llist_head(per_cpu_ptr(blkcg->lhead, cpu)); in init_blkcg_llists() 891 struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu); in blkcg_rstat_flush() local 901 lnode = llist_del_all(lhead); in blkcg_rstat_flush() 1209 free_percpu(blkcg->lhead); in blkcg_css_free() 1272 free_percpu(blkcg->lhead); in blkcg_css_alloc() 2059 struct llist_head *lhead = this_cpu_ptr(blkcg->lhead); in blk_cgroup_bio_start() local 2061 llist_add(&bis->lnode, lhead); in blk_cgroup_bio_start()
|
A D | blk-cgroup.h | 108 struct llist_head __percpu *lhead; member
|
/linux-6.3-rc2/Documentation/driver-api/mei/ |
A D | nfc.rst | 18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A 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()
|
A 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()
|
A D | drm_connector.c | 820 struct list_head *lhead; in drm_connector_list_iter_next() local 824 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next() 827 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next() 832 lhead = lhead->next; in drm_connector_list_iter_next() 833 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
|
A D | drm_debugfs.c | 92 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_file.h | 270 struct list_head lhead; member
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_npc_hash.c | 710 struct list_head *lhead; in __rvu_npc_exact_find_entry_by_seq_id() local 712 lhead = &table->lhead_gbl; in __rvu_npc_exact_find_entry_by_seq_id() 715 list_for_each_entry(entry, lhead, glist) { in __rvu_npc_exact_find_entry_by_seq_id() 748 struct list_head *lhead, *pprev; in rvu_npc_exact_add_to_list() local 767 lhead = &table->lhead_cam_tbl_entry; in rvu_npc_exact_add_to_list() 772 lhead = &table->lhead_mem_tbl_entry[ways]; in rvu_npc_exact_add_to_list() 806 pprev = lhead; in rvu_npc_exact_add_to_list() 809 list_for_each_entry_safe(iter, tmp, lhead, list) { in rvu_npc_exact_add_to_list()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_gem.c | 251 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
|
/linux-6.3-rc2/drivers/dma/ |
A 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.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_gem.c | 138 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release() 960 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
|
A D | amdgpu_debugfs.c | 1593 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()
|
/linux-6.3-rc2/net/ipv4/ |
A 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.3-rc2/fs/cifs/ |
A D | cifsglob.h | 1718 struct list_head lhead; member
|
Completed in 38 milliseconds