Home
last modified time | relevance | path

Searched refs:lhead (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dblk-cgroup.c74 * lockless lists (lhead) per blkcg are used to track the set of recently
87 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()
999 struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu); in __blkcg_rstat_flush() local
1006 lnode = llist_del_all(lhead); in __blkcg_rstat_flush()
1328 free_percpu(blkcg->lhead); in blkcg_css_free()
1389 free_percpu(blkcg->lhead); in blkcg_css_alloc()
2134 struct llist_head *lhead in blk_cgroup_bio_start() local
[all...]
H A Dblk-cgroup.h109 struct llist_head __percpu *lhead; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_connector.c718 struct list_head *lhead; in drm_connector_list_iter_next() local
722 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next()
725 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next()
730 lhead = lhead->next; in drm_connector_list_iter_next()
731 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()
307 list_del(&file_priv->lhead); in drm_close_helper()
370 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()
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c2865 struct ceph_mds_request_head_legacy *lhead; in create_request_message() local
2967 lhead = find_legacy_request_head(msg->front.iov_base, in create_request_message()
2976 p = msg->front.iov_base + sizeof(*lhead); in create_request_message()
2993 lhead->mdsmap_epoch = cpu_to_le32(mdsc->mdsmap->m_epoch); in create_request_message()
2994 lhead->op = cpu_to_le32(req->r_op); in create_request_message()
2995 lhead->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, in create_request_message()
2997 lhead->caller_gid = cpu_to_le32(from_kgid(&init_user_ns, in create_request_message()
2999 lhead->ino = cpu_to_le64(req->r_deleg_ino); in create_request_message()
3000 lhead->args = req->r_args; in create_request_message()
3042 lhead in create_request_message()
3102 struct ceph_mds_request_head_legacy *lhead; __prepare_send_request() local
[all...]
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_file.h257 * @lhead:
262 struct list_head lhead; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_file.h288 * @lhead:
293 struct list_head lhead; member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_file.c169 INIT_LIST_HEAD(&file->lhead); in drm_file_alloc()
304 list_del(&file_priv->lhead); in drm_close_helper()
367 list_add(&priv->lhead, &dev->filelist); in drm_open_helper()
H A Ddrm_client.c45 list_add(&file->lhead, &dev->filelist_internal); in drm_client_open()
58 list_del(&client->file->lhead); in drm_client_close()
H A Ddrm_connector.c823 struct list_head *lhead; in drm_connector_list_iter_next() local
827 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next()
830 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next()
835 lhead = lhead->next; in drm_connector_list_iter_next()
836 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
H A Ddrm_debugfs.c94 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c244 list_for_each_entry(file, &dev->filelist, lhead) { in vmw_debugfs_gem_info_show()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c140 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
962 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
H A Damdgpu_debugfs.c1775 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_semantics.c1322 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move() local
1326 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { in fib_info_hash_move()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_semantics.c1305 struct hlist_head *lhead = &old_laddrhash[i]; in fib_info_hash_move() local
1309 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { in fib_info_hash_move()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h1665 struct list_head lhead; member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsglob.h1738 struct list_head lhead; member

Completed in 53 milliseconds