Searched refs:lhead (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fops.c | 221 INIT_LIST_HEAD(&priv->lhead); in drm_open_helper() 256 list_add(&priv->lhead, &dev->filelist); in drm_open_helper() 411 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.4.14/drivers/tty/serial/ |
D | sn_console.c | 913 int lhead = port->sc_port.state->xmit.head; in sn_sal_console_write() local 939 if ((lhead != port->sc_port.state->xmit.head) in sn_sal_console_write() 942 lhead = in sn_sal_console_write()
|
/linux-4.4.14/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.4.14/include/drm/ |
D | drmP.h | 321 struct list_head lhead; member
|
/linux-4.4.14/net/ipv4/ |
D | fib_semantics.c | 889 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move() local 893 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { in fib_info_hash_move()
|
/linux-4.4.14/fs/cifs/ |
D | cifsglob.h | 1343 struct list_head lhead; member
|
D | cifssmb.c | 6538 list_add_tail(&dnotify_req->lhead, in CIFSSMBNotify()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 502 list_for_each_entry_reverse(file, &dev->filelist, lhead) { in i915_gem_object_info() 2295 list_for_each_entry_reverse(file, &dev->filelist, lhead) { in i915_ppgtt_info() 2346 list_for_each_entry_reverse(file, &dev->filelist, lhead) { in i915_rps_boost_info()
|