Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_fops.c167 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()
Ddrm_info.c178 list_for_each_entry_reverse(priv, &dev->filelist, lhead) { in drm_clients_info()
/linux-4.1.27/drivers/tty/serial/
Dsn_console.c927 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/
Dnbpfaxi.c667 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/
Dfib_semantics.c726 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/
DdrmP.h306 struct list_head lhead; member
/linux-4.1.27/fs/cifs/
Dcifsglob.h1328 struct list_head lhead; member
Dcifssmb.c6532 list_add_tail(&dnotify_req->lhead, in CIFSSMBNotify()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c476 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()