Searched refs:lh (Results 51 - 67 of 67) sorted by relevance

123

/linux-master/drivers/net/ethernet/altera/
H A Daltera_tse.h362 struct list_head lh; member in struct:tse_buffer
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h778 void s5p_mfc_cleanup_queue(struct list_head *lh, struct vb2_queue *vq);
H A Ds5p_mfc.c130 void s5p_mfc_cleanup_queue(struct list_head *lh, struct vb2_queue *vq) argument
135 while (!list_empty(lh)) {
136 b = list_entry(lh->next, struct s5p_mfc_buf, list);
/linux-master/net/ipv4/
H A Daf_inet.c1192 struct list_head *lh; local
1204 list_for_each(lh, &inetsw[p->type]) {
1205 answer = list_entry(lh, struct inet_protosw, list);
1211 last_perm = lh;
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c247 struct drbd_device *device, struct list_head *lh,
252 list_for_each_entry(peer_req, lh, w.list) {
246 seq_print_peer_request(struct seq_file *m, struct drbd_device *device, struct list_head *lh, unsigned long now) argument
/linux-master/drivers/dma/
H A Dmmp_pdma.c132 #define to_mmp_pdma_desc(lh) \
133 container_of(lh, struct mmp_pdma_desc_sw, node)
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c715 static void zfcp_fc_validate_port(struct zfcp_port *port, struct list_head *lh) argument
726 list_move_tail(&port->list, lh);
/linux-master/include/net/
H A Dip6_fib.h356 struct list_head lh; member in struct:fib6_walker
/linux-master/net/ipv6/
H A Dip6_fib.c76 list_for_each_entry(w, &(net)->ipv6.fib6_walkers, lh)
81 list_add(&w->lh, &net->ipv6.fib6_walkers);
88 list_del(&w->lh);
2596 INIT_LIST_HEAD(&iter->w.lh);
/linux-master/fs/nfs/
H A Ddir.c3033 struct list_head *lh; local
3038 lh = rcu_dereference(list_tail_rcu(&nfsi->access_cache_entry_lru));
3039 cache = list_entry(lh, struct nfs_access_entry, lru);
3040 if (lh == &nfsi->access_cache_entry_lru ||
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1202 static int wil_print_rx_buff(struct seq_file *s, struct list_head *lh) argument
1207 list_for_each_entry(it, lh, list) {
H A Dwmi.c3411 struct list_head *lh; local
3414 while ((lh = next_wmi_ev(wil)) != NULL) {
3415 evt = list_entry(lh, struct pending_wmi_event, list);
H A Dcfg80211.c2356 struct list_head *lh; local
2358 while ((lh = next_probe_client(vif)) != NULL) {
2359 req = list_entry(lh, struct wil_probe_client_req, list);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c366 ff_layout_alloc_lseg(struct pnfs_layout_hdr *lh, argument
514 mirror = ff_layout_add_mirror(lh, fls->mirror_array[i]);
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c209 static struct list_head *dequeue(struct list_head *lh) argument
214 if (!list_empty(lh)) {
215 struct list_head *node = lh->next;
/linux-master/drivers/scsi/
H A Dncr53c8xx.c7322 int lh = ln & 3; local
7374 lp->jump_lcb.l_paddr = tp->jump_lcb[lh].l_paddr;
7386 tp->jump_lcb[lh].l_paddr = cpu_to_scr(vtobus (&lp->jump_lcb));
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c3454 struct list_head *lh; local
3482 list_for_each(lh, &card->qdio.in_buf_pool.entry_list)

Completed in 340 milliseconds

123