| /linux/kernel/cgroup/ |
| H A D | rstat.c | 51 return per_cpu_ptr(ss->lhead, cpu); in ss_lhead_cpu() 72 struct llist_head *lhead; in css_rstat_updated() local 124 lhead = ss_lhead_cpu(css->ss, cpu); 125 llist_add(&rstatc->lnode, lhead); in __css_process_update_tree() 159 struct llist_head *lhead = ss_lhead_cpu(ss, cpu); in css_process_update_tree() 162 while ((lnode = llist_del_first_init(lhead))) { in css_process_update_tree() 523 ss->lhead = alloc_percpu(struct llist_head); in ss_rstat_init() 524 if (!ss->lhead) in ss_rstat_init() 156 struct llist_head *lhead = ss_lhead_cpu(ss, cpu); css_process_update_tree() local
|
| /linux/block/ |
| H A D | blk-cgroup.c | 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() 1045 struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu); in __blkcg_rstat_flush() local 1052 lnode = llist_del_all(lhead); in __blkcg_rstat_flush() 1108 plhead = per_cpu_ptr(parent->blkcg->lhead, cpu); in __blkcg_rstat_flush() 1405 free_percpu(blkcg->lhead); in blkcg_css_free() 1466 free_percpu(blkcg->lhead); in blkcg_css_alloc() 2221 struct llist_head *lhead = this_cpu_ptr(blkcg->lhead); in blk_cgroup_bio_start() local 2223 llist_add(&bis->lnode, lhead); in blk_cgroup_bio_start()
|
| /linux/Documentation/driver-api/mei/ |
| H A D | nfc.rst | 18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_client.c | 46 list_add(&file->lhead, &dev->filelist_internal); in drm_client_open() 59 list_del(&client->file->lhead); in drm_client_close()
|
| H A D | drm_file.c | 151 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 D | drm_connector.c | 1083 struct list_head *lhead; in drm_connector_list_iter_next() local 1087 lhead = old_conn ? &old_conn->head : &config->connector_list; in drm_connector_list_iter_next() 1090 if (lhead->next == &config->connector_list) { in drm_connector_list_iter_next() 1095 lhead = lhead->next; in drm_connector_list_iter_next() 1096 iter->conn = list_entry(lhead, struct drm_connector, head); in drm_connector_list_iter_next()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_hash.c | 752 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/include/drm/ |
| H A D | drm_file.h | 300 struct list_head lhead; member
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 3000 struct ceph_mds_request_head_legacy *lhead; in create_request_message() local 3126 lhead = find_legacy_request_head(msg->front.iov_base, in create_request_message() 3159 p = msg->front.iov_base + sizeof(*lhead); in create_request_message() 3199 lhead->mdsmap_epoch = cpu_to_le32(mdsc->mdsmap->m_epoch); in create_request_message() 3200 lhead->op = cpu_to_le32(req->r_op); in create_request_message() 3201 lhead->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, in create_request_message() 3203 lhead->caller_gid = cpu_to_le32(from_kgid(&init_user_ns, in create_request_message() 3205 lhead->ino = cpu_to_le64(req->r_deleg_ino); in create_request_message() 3206 lhead->args = req->r_args; in create_request_message() 3248 lhead->num_releases = cpu_to_le16(releases); in create_request_message() [all …]
|
| /linux/include/linux/ |
| H A D | cgroup-defs.h | 854 struct llist_head __percpu *lhead; /* lockless update list head */ member
|
| /linux/drivers/dma/ |
| H A D | nbpfaxi.c | 697 LIST_HEAD(lhead); in nbpf_desc_page_alloc() 711 list_add_tail(&ldesc->node, &lhead); in nbpf_desc_page_alloc() 737 list_splice_tail(&lhead, &chan->free_links); in nbpf_desc_page_alloc()
|
| /linux/net/ipv4/ |
| H A D | fib_semantics.c | 404 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/fs/smb/client/ |
| H A D | cifsglob.h | 1763 struct list_head lhead; member
|