Home
last modified time | relevance | path

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

/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()
/linux/fs/ceph/
H A Dmds_client.c3047 struct ceph_mds_request_head_legacy *lhead; in create_request_message() local
3173 lhead = find_legacy_request_head(msg->front.iov_base, in create_request_message()
3206 p = msg->front.iov_base + sizeof(*lhead); in create_request_message()
3246 lhead->mdsmap_epoch = cpu_to_le32(mdsc->mdsmap->m_epoch); in create_request_message()
3247 lhead->op = cpu_to_le32(req->r_op); in create_request_message()
3248 lhead->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, in create_request_message()
3250 lhead->caller_gid = cpu_to_le32(from_kgid(&init_user_ns, in create_request_message()
3252 lhead->ino = cpu_to_le64(req->r_deleg_ino); in create_request_message()
3253 lhead->args = req->r_args; in create_request_message()
3295 lhead->num_releases = cpu_to_le16(releases); in create_request_message()
[all …]
/linux/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()
737 list_splice_tail(&lhead, &chan->free_links); in nbpf_desc_page_alloc()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c874 list_for_each_entry(file, &ddev->filelist, lhead) { in show_each_file()
/linux/fs/smb/client/
H A Dcifsglob.h1783 struct list_head lhead; member