Searched refs:lhead (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fops.c | 167 INIT_LIST_HEAD(&priv->lhead); in drm_open_helper() 227 list_add(&priv->lhead, &dev->filelist); in drm_open_helper() 382 list_del(&file_priv->lhead); in drm_release()
|
D | drm_info.c | 178 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
|
/linux-4.1.27/drivers/tty/serial/ |
D | sn_console.c | 927 int lhead = port->sc_port.state->xmit.head; in sn_sal_console_write() local 953 if ((lhead != port->sc_port.state->xmit.head) in sn_sal_console_write() 956 lhead = in sn_sal_console_write()
|
/linux-4.1.27/drivers/dma/ |
D | nbpfaxi.c | 667 LIST_HEAD(lhead); in nbpf_desc_page_alloc() 681 list_add_tail(&ldesc->node, &lhead); in nbpf_desc_page_alloc() 704 list_splice_tail(&lhead, &chan->free_links); in nbpf_desc_page_alloc()
|
/linux-4.1.27/net/ipv4/ |
D | fib_semantics.c | 726 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move() local 730 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { in fib_info_hash_move()
|
/linux-4.1.27/include/drm/ |
D | drmP.h | 306 struct list_head lhead; member
|
/linux-4.1.27/fs/cifs/ |
D | cifsglob.h | 1328 struct list_head lhead; member
|
D | cifssmb.c | 6532 list_add_tail(&dnotify_req->lhead, in CIFSSMBNotify()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 476 list_for_each_entry_reverse(file, &dev->filelist, lhead) { in i915_gem_object_info() 2200 list_for_each_entry_reverse(file, &dev->filelist, lhead) { in gen6_ppgtt_info()
|