lhead             691 drivers/dma/nbpfaxi.c 	LIST_HEAD(lhead);
lhead             705 drivers/dma/nbpfaxi.c 		list_add_tail(&ldesc->node, &lhead);
lhead             728 drivers/dma/nbpfaxi.c 	list_splice_tail(&lhead, &chan->free_links);
lhead             100 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	list_for_each_entry(file, &ddev->filelist, lhead) {
lhead             858 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	list_for_each_entry(file, &dev->filelist, lhead) {
lhead              44 drivers/gpu/drm/drm_client.c 	list_add(&file->lhead, &dev->filelist_internal);
lhead              57 drivers/gpu/drm/drm_client.c 	list_del(&client->file->lhead);
lhead             676 drivers/gpu/drm/drm_connector.c 	struct list_head *lhead;
lhead             680 drivers/gpu/drm/drm_connector.c 	lhead = old_conn ? &old_conn->head : &config->connector_list;
lhead             683 drivers/gpu/drm/drm_connector.c 		if (lhead->next == &config->connector_list) {
lhead             688 drivers/gpu/drm/drm_connector.c 		lhead = lhead->next;
lhead             689 drivers/gpu/drm/drm_connector.c 		iter->conn = list_entry(lhead, struct drm_connector, head);
lhead              92 drivers/gpu/drm/drm_debugfs.c 	list_for_each_entry_reverse(priv, &dev->filelist, lhead) {
lhead             133 drivers/gpu/drm/drm_file.c 	INIT_LIST_HEAD(&file->lhead);
lhead             268 drivers/gpu/drm/drm_file.c 	list_del(&file_priv->lhead);
lhead             329 drivers/gpu/drm/drm_file.c 	list_add(&priv->lhead, &dev->filelist);
lhead            1612 fs/cifs/cifsglob.h 	struct list_head lhead;
lhead             238 include/drm/drm_file.h 	struct list_head lhead;
lhead            1258 net/ipv4/fib_semantics.c 		struct hlist_head *lhead = &fib_info_laddrhash[i];
lhead            1262 net/ipv4/fib_semantics.c 		hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) {