Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-cgroup.c87 blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL); in init_blkcg_llists()
88 if (!blkcg->lhead) in init_blkcg_llists()
92 init_llist_head(per_cpu_ptr(blkcg->lhead, cpu)); in init_blkcg_llists()
1063 struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu); in __blkcg_rstat_flush() local
1070 lnode = llist_del_all(lhead); in __blkcg_rstat_flush()
1126 plhead = per_cpu_ptr(parent->blkcg->lhead, cpu); in __blkcg_rstat_flush()
1423 free_percpu(blkcg->lhead); in blkcg_css_free()
1484 free_percpu(blkcg->lhead); in blkcg_css_alloc()
2239 struct llist_head *lhead = this_cpu_ptr(blkcg->lhead); in blk_cgroup_bio_start() local
2241 llist_add(&bis->lnode, lhead); in blk_cgroup_bio_start()
H A Dblk-cgroup.h112 struct llist_head __percpu *lhead; member
/linux-6.15/Documentation/driver-api/mei/
H A Dnfc.rst18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
/linux-6.15/drivers/gpu/drm/
H A Ddrm_client.c43 list_add(&file->lhead, &dev->filelist_internal); in drm_client_open()
56 list_del(&client->file->lhead); in drm_client_close()
H A Ddrm_file.c149 INIT_LIST_HEAD(&file->lhead); in drm_file_alloc()
275 list_del(&file_priv->lhead); in drm_close_helper()
339 list_add(&priv->lhead, &dev->filelist); in drm_open_helper()
H A Ddrm_connector.c1041 struct list_head *lhead; in drm_connector_list_iter_next() local
1045 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next()
1048 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next()
1053 lhead = lhead->next; in drm_connector_list_iter_next()
1054 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
H A Ddrm_debugfs.c93 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c752 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()
/linux-6.15/include/drm/
H A Ddrm_file.h293 struct list_head lhead; member
/linux-6.15/fs/ceph/
H A Dmds_client.c2970 struct ceph_mds_request_head_legacy *lhead; in create_request_message() local
3108 p = msg->front.iov_base + sizeof(*lhead); in create_request_message()
3149 lhead->op = cpu_to_le32(req->r_op); in create_request_message()
3155 lhead->args = req->r_args; in create_request_message()
3308 flags = le32_to_cpu(lhead->flags); in __prepare_send_request()
3310 lhead->flags = cpu_to_le32(flags); in __prepare_send_request()
3315 lhead->num_retry = req->r_attempts - 1; in __prepare_send_request()
3322 lhead->num_releases = 0; in __prepare_send_request()
3352 lhead->flags = cpu_to_le32(flags); in __prepare_send_request()
3353 lhead->num_fwd = req->r_num_fwd; in __prepare_send_request()
[all …]
/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c320 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
/linux-6.15/drivers/dma/
H A Dnbpfaxi.c697 LIST_HEAD(lhead); in nbpf_desc_page_alloc()
711 list_add_tail(&ldesc->node, &lhead); in nbpf_desc_page_alloc()
734 list_splice_tail(&lhead, &chan->free_links); in nbpf_desc_page_alloc()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c137 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
997 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
H A Damdgpu_debugfs.c1782 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()
/linux-6.15/net/ipv4/
H A Dfib_semantics.c404 struct hlist_head *lhead = &old_info_hash[old_size + i]; in fib_info_hash_grow() local
408 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) in fib_info_hash_grow()
/linux-6.15/fs/smb/client/
H A Dcifsglob.h1775 struct list_head lhead; member