Searched refs:local_list (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Diovlock.c52 struct dma_pinned_list *local_list; local
72 local_list = kmalloc(sizeof(*local_list)
75 if (!local_list)
79 pages = (struct page **) &local_list->page_list[nr_iovecs];
81 local_list->nr_iovecs = 0;
84 struct dma_page_list *page_list = &local_list->page_list[i];
113 local_list->nr_iovecs = i + 1;
116 return local_list;
119 dma_unpin_iovec_pages(local_list);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-softirq.c22 struct list_head *cpu_list, local_list; local
26 list_replace_init(cpu_list, &local_list);
29 while (!list_empty(&local_list)) {
32 rq = list_entry(local_list.next, struct request, csd.list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dname_distr.c121 list_add_tail(&publ->local_list, &publ_root);
145 list_del(&publ->local_list);
178 list_for_each_entry(publ, &publ_root, local_list) {
312 list_for_each_entry(publ, &publ_root, local_list) {
H A Dname_table.h62 * @local_list: adjacent entries in list of publications made by this node
80 struct list_head local_list; member in struct:publication
H A Dname_table.c143 INIT_LIST_HEAD(&publ->local_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dpadata.c67 LIST_HEAD(local_list);
76 list_replace_init(&pqueue->parallel.list, &local_list);
79 while (!list_empty(&local_list)) {
82 padata = list_entry(local_list.next,
309 LIST_HEAD(local_list);
316 list_replace_init(&squeue->serial.list, &local_list);
319 while (!list_empty(&local_list)) {
322 padata = list_entry(local_list.next,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad_priv.h107 struct list_head local_list; member in struct:ib_mad_agent_private
H A Dmad.c317 INIT_LIST_HEAD(&mad_agent_priv->local_list);
785 list_add_tail(&local->completion_list, &mad_agent_priv->local_list);
2362 while (!list_empty(&mad_agent_priv->local_list)) {
2363 local = list_entry(mad_agent_priv->local_list.next,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Diseries_veth.c1418 struct dma_chunk local_list[VETH_MAX_PAGES_PER_FRAME]; local
1425 memset(local_list, 0, sizeof(local_list));
1467 veth_build_dma_list(local_list, skb->data, length);
1476 iseries_hv_addr(&local_list),

Completed in 162 milliseconds