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

12345678

/arch/arm/mach-at91/
H A Dgpio.c36 struct at91_gpio_chip *next; /* Bank sharing same clock */ member in struct:at91_gpio_chip
604 if (!at91_gpio->next)
606 at91_gpio = at91_gpio->next;
771 if (prev && prev->next == at91_gpio)
853 if (prev && prev->next == this)
1095 last->next = at91_gpio;
/arch/arm/mach-msm/
H A Dsmd.c260 /* provide a pointer and length to next free space in the fifo */
313 unsigned last, unsigned next)
315 ch->last_state = next;
317 pr_debug("ch %d %d -> %d\n", ch->n, last, next);
319 switch (next) {
312 smd_state_change(struct smd_channel *ch, unsigned last, unsigned next) argument
/arch/cris/arch-v10/kernel/
H A Dkgdb.c730 unsigned char *next; local
735 next = buf + 1;
736 if (*next == 0x3 || *next == 0x4 || *next == 0x5D) /* #, $, ESC */
857 gdb should ignore this n,r pair and go on to the next.
1315 ;; Static (compiled) breakpoints must return to the next instruction in order
/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h155 struct cryptocop_transform_init *next; member in struct:cryptocop_transform_init
175 struct cryptocop_desc_cfg *next; member in struct:cryptocop_desc_cfg
181 struct cryptocop_desc *next; member in struct:cryptocop_desc
205 struct cryptocop_tfrm_cfg *next; member in struct:cryptocop_tfrm_cfg
/arch/ia64/include/asm/
H A Dkvm.h151 struct thash_data *next; member in union:thash_data::__anon1570
/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) */
H A Dmca.c224 unsigned long next = (mlogbuf_end + 1) % MLOGBUF_SIZE; local
225 if (next != mlogbuf_start) {
227 mlogbuf_end = next;
1277 * will wake up the next cpu in the mca_cpu bitmask and then go
1354 /* wake up the next monarch cpu,
1360 cpu_clear(i, mca_cpu); /* wake next cpu */
1459 * on the next cpu or does cleanup at the end.
1526 * on the next cpu or does cleanup at the end.
/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.c689 /* Read next ranges element */
818 unsigned int next = isa_hole + 1; local
820 if (next < memno)
822 &hose->mem_resources[next],
823 sizeof(struct resource) * (memno - next));
/arch/powerpc/kernel/
H A Dpci-common.c686 /* Read next ranges element */
812 unsigned int next = isa_hole + 1; local
814 if (next < memno)
816 &hose->mem_resources[next],
817 sizeof(struct resource) * (memno - next));
H A Drtas_flash.c95 struct flash_block_list *next; member in struct:flash_block_list
156 for (f = flist; f; f = f->next) {
181 struct flash_block_list *next; local
187 next = f->next;
189 f = next;
308 while (fl->next)
309 fl = fl->next; /* seek to last block_list for append */
313 fl->next = kmem_cache_alloc(flash_block_cache, GFP_KERNEL);
314 if (!fl->next)
549 struct flash_block_list *f, *next, *flist; local
[all...]
/arch/powerpc/platforms/pseries/
H A Diommu.c351 u64 tce_size, num_tce, dma_offset, next; local
357 next = start_pfn << PAGE_SHIFT;
361 num_tce += next & (tce_size - 1);
362 next &= ~(tce_size - 1);
374 dma_offset = next + be64_to_cpu(maprange->dma_base);
389 u64 *tcep, tce_size, num_tce, dma_offset, next, proto_tce, liobn; local
411 next = start_pfn << PAGE_SHIFT;
415 num_tce += next & (tce_size - 1);
416 next &= ~(tce_size - 1);
429 dma_offset = next
[all...]
/arch/sparc/include/asm/
H A Dleon_amba.h161 struct amba_confarea_type *next;/* next bus in chain */ member in struct:amba_confarea_type
H A Dpgtable_32.h371 struct ctx_list *next; member in struct:ctx_list
385 entry->next->prev = entry->prev;
386 entry->prev->next = entry->next;
391 entry->next = head;
392 (entry->prev = head->prev)->next = entry;
/arch/x86/lguest/
H A Dboot.c95 * ring buffer of stored hypercalls which the Host will run though next time we
103 * which empties it for next time!
213 static void lguest_end_context_switch(struct task_struct *next) argument
216 paravirt_end_context_switch(next);
/arch/alpha/include/asm/
H A Dcore_marvel.h309 struct io7 *next; member in struct:io7
/arch/cris/arch-v32/kernel/
H A Dkgdb.c730 unsigned char *next; local
735 next = buf + 1;
736 if (*next == 0x3 || *next == 0x4 || *next == 0x5D) {
872 gdb should ignore this n,r pair and go on to the next.
1085 /* Static (compiled) breakpoints must return to the next instruction
/arch/ia64/hp/common/
H A Dsba_iommu.c195 ** confident the drivers really only touch the next physical
209 unsigned long *res_hint; /* next avail IOVP - circular search */
235 struct ioc *next; /* list of IOC's in system */ member in struct:ioc
375 rval >>= 1; /* try the next bit */
379 rptr++; /* look at next word of res_map */
1299 ** "start of next" are both on an IOV page boundary.
1329 struct scatterlist *dma_sg; /* next DMA stream head */
1339 ** Prepare for first/next DMA stream
1367 ** next entry.
1379 ** append the next transactio
[all...]
/arch/mips/kernel/
H A Dvpe.c344 struct mips_hi16 *next; member in struct:mips_hi16
454 n->next = mips_hi16_list;
465 struct mips_hi16 *l, *next; local
505 next = l->next;
507 l = next;
524 next = l->next;
526 l = next;
707 if ((t = list_entry(v->tc.next, struc
[all...]
/arch/parisc/include/asm/
H A Dropes.h37 unsigned long *res_hint; /* next avail IOVP - circular search */
73 struct sba_device *next; /* list of SBA's in system */ member in struct:sba_device
/arch/powerpc/include/asm/
H A Dmpic.h321 struct mpic *next; member in struct:mpic
/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c1967 static void restore_lscsa(struct spu_state *next, struct spu *spu) argument
1975 set_watchdog_timer(next, spu); /* Step 26. */
1976 setup_spu_status_part1(next, spu); /* Step 27. */
1977 setup_spu_status_part2(next, spu); /* Step 28. */
1978 restore_mfc_rag(next, spu); /* Step 29. */
1980 setup_mfc_slbs(next, spu, spu_restore_code, sizeof(spu_restore_code));
1981 set_spu_npc(next, spu); /* Step 31. */
1982 set_signot1(next, spu); /* Step 32. */
1983 set_signot2(next, spu); /* Step 33. */
1984 setup_decr(next, sp
1993 restore_csa(struct spu_state *next, struct spu *spu) argument
2070 __do_spu_restore(struct spu_state *next, struct spu *spu) argument
[all...]
/arch/sparc/kernel/
H A Dds.c214 struct ds_info *next; member in struct:ds_info
753 for (dp = ds_info_list; dp; dp = dp->next) {
763 for (dp = ds_info_list; dp; dp = dp->next) {
1209 dp->next = ds_info_list;
H A Dleon_pci_grpci2.c160 unsigned int next; /* 0x0C Next Data Descriptor in chan */ member in struct:grpci2_bd_data
/arch/x86/include/asm/
H A Dparavirt.h369 struct mm_struct *next)
371 PVOP_VCALL2(pv_mmu_ops.activate_mm, prev, next);
728 static inline void arch_end_context_switch(struct task_struct *next) argument
730 PVOP_VCALL1(pv_cpu_ops.end_context_switch, next);
368 paravirt_activate_mm(struct mm_struct *prev, struct mm_struct *next) argument

Completed in 1083 milliseconds

12345678