Searched defs:next (Results 151 - 175 of 202) sorted by relevance

123456789

/arch/powerpc/platforms/powernv/
H A Dopal.c371 .next = NULL,
768 struct opal_sg_list *next; local
770 next = kzalloc(PAGE_SIZE, GFP_KERNEL);
771 if (!next)
777 sg->next = cpu_to_be64(__pa(next));
778 sg = next;
798 uint64_t next = be64_to_cpu(sg->next); local
802 if (next)
[all...]
/arch/powerpc/platforms/pseries/
H A Dcmm.c95 struct cmm_page_array *next; member in struct:cmm_page_array
160 npa->next = pa;
207 pa = pa->next;
487 pa = pa->next;
554 pa_curr = pa_last->next;
555 pa_last = pa_last->next;
560 pa_curr = pa_curr->next;
583 pa_last->next = npa;
590 pa_curr = pa_curr->next;
H A Diommu.c355 u64 tce_size, num_tce, dma_offset, next; local
361 next = start_pfn << PAGE_SHIFT;
365 num_tce += next & (tce_size - 1);
366 next &= ~(tce_size - 1);
378 dma_offset = next + be64_to_cpu(maprange->dma_base);
383 next += limit * tce_size;
394 u64 tce_size, num_tce, dma_offset, next, proto_tce, liobn; local
417 next = start_pfn << PAGE_SHIFT;
421 num_tce += next & (tce_size - 1);
422 next
[all...]
/arch/sh/include/asm/
H A Dprocessor.h65 unsigned long long next; member in struct:tlb_info
/arch/tile/include/gxio/
H A Dmpipe.h1062 * next valid ingress descriptor in the NotifRing's shared memory ring
1133 /* The next entry. */
1234 /* Peek at the next packet(s) in an "iqueue", without waiting.
1238 * with the address of the next valid packet descriptor, and returns
1253 gxio_mpipe_idesc_t *next; local
1267 next = &iqueue->idescs[head];
1270 __insn_prefetch(next);
1278 next[i].words[j] =
1279 __builtin_bswap64(next[i].words[j]);
1285 *idesc_ref = next;
[all...]
/arch/um/drivers/
H A Dline.c712 struct list_head *ele, *next; local
718 list_for_each_safe(ele, next, &winch_handlers) {
732 struct list_head *ele, *next; local
737 list_for_each_safe(ele, next, &winch_handlers) {
H A Dnet_kern.c79 /* If we can't allocate memory, try again next round. */
598 struct list_head *ele, *next; local
609 list_for_each_safe(ele, next, &eth_cmd_line) {
/arch/x86/include/asm/
H A Dmce.h95 unsigned next; member in struct:mce_log
/arch/xtensa/platforms/iss/
H A Dnetwork.c282 /* Try to allocate memory, if it fails, try again next round. */
671 struct list_head *ele, *next; local
675 list_for_each_safe(ele, next, &eth_cmd_line) {
/arch/arm/kvm/
H A Dmmu.c144 phys_addr_t next, start_addr = addr; local
149 next = kvm_pmd_addr_end(addr, end);
156 unmap_ptes(kvm, pmd, addr, next);
159 } while (pmd++, addr = next, addr != end);
168 phys_addr_t next, start_addr = addr; local
173 next = kvm_pud_addr_end(addr, end);
180 unmap_pmds(kvm, pud, addr, next);
183 } while (pud++, addr = next, addr != end);
195 phys_addr_t next; local
199 next
223 phys_addr_t next; local
243 phys_addr_t next; local
264 phys_addr_t next; local
377 unsigned long addr, next; local
411 unsigned long addr, next; local
445 unsigned long addr, next; local
[all...]
/arch/arm/mach-msm/
H A Dsmd.c254 /* provide a pointer and length to next free space in the fifo */
307 unsigned last, unsigned next)
309 ch->last_state = next;
311 pr_debug("ch %d %d -> %d\n", ch->n, last, next);
313 switch (next) {
306 smd_state_change(struct smd_channel *ch, unsigned last, unsigned next) argument
/arch/arm/mm/
H A Dmmu.c760 unsigned long next; local
767 next = pmd_addr_end(addr, end);
770 * Try a section mapping - addr, next and phys must all be
774 ((addr | next | phys) & ~SECTION_MASK) == 0) {
775 __map_init_section(pmd, addr, next, phys, type);
777 alloc_init_pte(pmd, addr, next,
781 phys += next - addr;
783 } while (pmd++, addr = next, addr != end);
791 unsigned long next; local
794 next
917 unsigned long next = pgd_addr_end(addr, end); local
994 unsigned long addr, next = 0; local
[all...]
/arch/cris/arch-v10/kernel/
H A Dkgdb.c482 unsigned char *next; local
487 next = buf + 1;
488 if (*next == 0x3 || *next == 0x4 || *next == 0x5D) /* #, $, ESC */
684 gdb should ignore this n,r pair and go on to the next.
977 ";; Static (compiled) breakpoints must return to the next instruction in order\n"
/arch/ia64/include/uapi/asm/
H A Dkvm.h151 struct thash_data *next; member in union:thash_data::__anon1725
/arch/ia64/kernel/
H A Dunwind_i.h49 struct unw_table *next; /* must be first member! */ member in struct:unw_table
71 UNW_WHERE_GR_SAVE /* register is saved in next general register */
83 struct unw_reg_state *next; /* next (outer) element on state stack */ member in struct:unw_reg_state
88 struct unw_labeled_state *next; /* next labeled state (or NULL) */ member in struct:unw_labeled_state
110 u8 gr_save_loc; /* next general register to use for saving a register */
161 unsigned short hint; /* hint for next script to try (or -1) */
/arch/m68k/include/asm/
H A Ddvma.h110 struct Linux_SBus_DMA *next; member in struct:Linux_SBus_DMA
/arch/microblaze/pci/
H A Dpci-common.c571 /* Read next ranges element */
677 unsigned int next = isa_hole + 1; local
679 if (next < memno)
681 &hose->mem_resources[next],
682 sizeof(struct resource) * (memno - next));
/arch/powerpc/kernel/
H A Drtas_flash.c113 struct flash_block_list *next; member in struct:flash_block_list
175 for (f = flist; f; f = f->next) {
200 struct flash_block_list *next; local
206 next = f->next;
208 f = next;
338 while (fl->next)
339 fl = fl->next; /* seek to last block_list for append */
343 fl->next = kmem_cache_zalloc(flash_block_cache, GFP_KERNEL);
344 if (!fl->next)
564 struct flash_block_list *f, *next, *flist; local
[all...]
/arch/powerpc/mm/
H A Dhugetlbpage.c534 unsigned long next; local
540 next = pmd_addr_end(addr, end);
551 * Increment next by the size of the huge mapping since
556 next = addr + (1 << hugepd_shift(*(hugepd_t *)pmd));
559 addr, next, floor, ceiling);
560 } while (addr = next, addr != end);
583 unsigned long next; local
589 next = pud_addr_end(addr, end);
593 hugetlb_free_pmd_range(tlb, pud, addr, next, floor,
598 * Increment next b
634 unsigned long next; local
722 unsigned long next; local
[all...]
/arch/s390/mm/
H A Dpgtable.c245 struct page *page, *next; local
254 list_for_each_entry_safe(page, next, &gmap->crst_list, lru)
875 unsigned long next; local
880 next = pmd_addr_end(addr, end);
883 next = page_table_reset_pte(mm, pmd, addr, next, init_skey);
884 } while (pmd++, addr = next, addr != end);
892 unsigned long next; local
897 next = pud_addr_end(addr, end);
900 next
909 unsigned long addr, next; local
1237 unsigned long next, *table, *new; local
1285 unsigned long next; local
1304 unsigned long next; local
[all...]
/arch/sparc/include/asm/
H A Dleon_amba.h160 struct amba_confarea_type *next;/* next bus in chain */ member in struct:amba_confarea_type
/arch/tile/kernel/
H A Dhardwall.c459 struct task_struct *next)
464 if (next->thread.hardwall[i].info == NULL)
466 } else if (next->thread.hardwall[i].info != NULL) {
458 hardwall_switch_tasks(struct task_struct *prev, struct task_struct *next) argument
/arch/x86/include/uapi/asm/
H A Dbootparam.h41 __u64 next; member in struct:setup_data
/arch/x86/kernel/
H A Dhpet.c95 char *next = strchr(str, ','); local
97 if (next)
98 *next++ = 0;
105 str = next;
H A Dkvm.c190 struct hlist_node *p, *next; local
193 hlist_for_each_safe(p, next, &b->list) {

Completed in 619 milliseconds

123456789