Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c52 return per_cpu_ptr(ss->lhead, cpu); in ss_lhead_cpu()
73 struct llist_head *lhead; in __css_rstat_updated() local
121 lhead = ss_lhead_cpu(css->ss, cpu); in __css_rstat_updated()
122 llist_add(&rstatc->lnode, lhead); in __css_rstat_updated()
168 struct llist_head *lhead = ss_lhead_cpu(ss, cpu); in css_process_update_tree() local
171 while ((lnode = llist_del_first_init(lhead))) { in css_process_update_tree()
532 ss->lhead = alloc_percpu(struct llist_head); in ss_rstat_init()
533 if (!ss->lhead) in ss_rstat_init()
/linux/block/
H A Dblk-cgroup.c91 blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL); in init_blkcg_llists()
92 if (!blkcg->lhead) in init_blkcg_llists()
96 init_llist_head(per_cpu_ptr(blkcg->lhead, cpu)); in init_blkcg_llists()
1002 struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu); in __blkcg_rstat_flush() local
1009 lnode = llist_del_all(lhead); in __blkcg_rstat_flush()
1065 plhead = per_cpu_ptr(parent->blkcg->lhead, cpu); in __blkcg_rstat_flush()
1376 free_percpu(blkcg->lhead); in blkcg_css_free()
1437 free_percpu(blkcg->lhead); in blkcg_css_alloc()
2233 struct llist_head *lhead = this_cpu_ptr(blkcg->lhead); in blk_cgroup_bio_start() local
2235 llist_add(&bis->lnode, lhead); in blk_cgroup_bio_start()
H A Dblk-cgroup.h112 struct llist_head __percpu *lhead; member
/linux/Documentation/driver-api/mei/
H A Dnfc.rst18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
/linux/drivers/gpu/drm/
H A Ddrm_file.c151 INIT_LIST_HEAD(&file->lhead); in drm_file_alloc()
287 list_del(&file_priv->lhead); in drm_close_helper()
351 list_add(&priv->lhead, &dev->filelist); in drm_open_helper()
H A Ddrm_connector.c1102 struct list_head *lhead; in drm_connector_list_iter_next() local
1106 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next()
1109 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next()
1114 lhead = lhead->next; in drm_connector_list_iter_next()
1115 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
/linux/fs/ceph/
H A Dmds_client.c3143 struct ceph_mds_request_head_legacy *lhead; in create_request_message() local
3269 lhead = find_legacy_request_head(msg->front.iov_base, in create_request_message()
3302 p = msg->front.iov_base + sizeof(*lhead); in create_request_message()
3342 lhead->mdsmap_epoch = cpu_to_le32(mdsc->mdsmap->m_epoch); in create_request_message()
3343 lhead->op = cpu_to_le32(req->r_op); in create_request_message()
3344 lhead->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, in create_request_message()
3346 lhead->caller_gid = cpu_to_le32(from_kgid(&init_user_ns, in create_request_message()
3348 lhead->ino = cpu_to_le64(req->r_deleg_ino); in create_request_message()
3349 lhead->args = req->r_args; in create_request_message()
3391 lhead->num_releases = cpu_to_le16(releases); in create_request_message()
[all …]
/linux/include/linux/
H A Dcgroup-defs.h869 struct llist_head __percpu *lhead; /* lockless update list head */ member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c209 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release()
1348 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
/linux/net/ipv4/
H A Dfib_semantics.c402 struct hlist_head *lhead = &old_info_hash[old_size + i]; in fib_info_hash_grow() local
406 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) in fib_info_hash_grow()
/linux/fs/smb/client/
H A Dcifsglob.h1788 struct list_head lhead; member