Searched defs:next (Results 176 - 200 of 202) sorted by relevance

123456789

/arch/x86/lguest/
H A Dboot.c94 * ring buffer of stored hypercalls which the Host will run though next time we
102 * which empties it for next time!
212 static void lguest_end_context_switch(struct task_struct *next) argument
215 paravirt_end_context_switch(next);
/arch/x86/mm/
H A Dinit_64.c74 unsigned long next; local
76 for (; addr < end; addr = next) {
80 next = (addr & PUD_MASK) + PUD_SIZE;
81 if (next > end)
82 next = end;
86 ident_pmd_init(info->pmd_flag, pmd, addr, next);
92 ident_pmd_init(info->pmd_flag, pmd, addr, next);
102 unsigned long next; local
106 for (; addr < end; addr = next) {
110 next
417 unsigned long pages = 0, next; local
462 unsigned long pages = 0, next; local
537 unsigned long pages = 0, next; local
616 unsigned long next, last_map_addr = end; local
806 unsigned long next, pages = 0; local
878 unsigned long next, pages = 0; local
934 unsigned long next, pages = 0; local
989 unsigned long next; local
1303 unsigned long next; local
1375 unsigned long next; local
[all...]
/arch/alpha/include/asm/
H A Dcore_marvel.h309 struct io7 *next; member in struct:io7
/arch/cris/arch-v32/kernel/
H A Dkgdb.c716 unsigned char *next; local
721 next = buf + 1;
722 if (*next == 0x3 || *next == 0x4 || *next == 0x5D) {
858 gdb should ignore this n,r pair and go on to the next.
1071 /* 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 */
1301 ** "start of next" are both on an IOV page boundary.
1331 struct scatterlist *dma_sg; /* next DMA stream head */
1341 ** Prepare for first/next DMA stream
1369 ** next entry.
1381 ** append the next transactio
[all...]
/arch/ia64/kernel/
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.
H A Dunwind.c626 sr->curr.next = rs;
632 struct unw_reg_state *rs = sr->curr.next;
656 prev->next = copy;
659 rs = rs->next;
669 struct unw_reg_state *p, *next;
671 for (p = rs->next; p != NULL; p = next) {
672 next = p->next;
675 rs->next
668 struct unw_reg_state *p, *next; local
1530 struct unw_labeled_state *ls, *next; local
[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.h335 struct mpic *next; member in struct:mpic
/arch/powerpc/kvm/
H A Dmpic.c143 int next; member in struct:irq_queue
300 int next = -1; local
312 next = irq;
317 q->next = next;
326 return q->next;
392 __func__, n_IRQ, dst->servicing.next, n_CPU);
395 __func__, n_CPU, n_IRQ, dst->raised.next);
403 __func__, n_IRQ, dst->raised.next,
554 opp->dst[i].raised.next
[all...]
/arch/powerpc/mm/
H A Dnuma.c412 * Read the next memblock list entry from the ibm,dynamic-memory property
1042 * get next active region that contains this
1335 struct topology_update_data *next; member in struct:topology_update_data
1439 * concatenated with the next 16 bit field
1511 for (update = data; update; update = update->next) {
1539 for (update = data; update; update = update->next) {
1582 * will be too short. Skip on this update and set for next
1617 ud->next = &updates[i];
1624 for (ud = &updates[0]; ud; ud = ud->next) {
1655 for (ud = &updates[0]; ud; ud = ud->next) {
[all...]
/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
750 for (dp = ds_info_list; dp; dp = dp->next) {
760 for (dp = ds_info_list; dp; dp = dp->next) {
1215 dp->next = ds_info_list;
H A Dleon_pci_grpci2.c161 unsigned int next; /* 0x0C Next Data Descriptor in chan */ member in struct:grpci2_bd_data
/arch/sparc/mm/
H A Dsrmmu.c375 struct ctx_list *next; member in struct:ctx_list
390 entry->next->prev = entry->prev;
391 entry->prev->next = entry->next;
396 entry->next = head;
397 (entry->prev = head->prev)->next = entry;
408 ctxp = ctx_free.next;
416 ctxp = ctx_used.next;
418 ctxp = ctxp->next;
454 ctx_free.next
[all...]
/arch/x86/include/asm/
H A Dparavirt.h328 struct mm_struct *next)
330 PVOP_VCALL2(pv_mmu_ops.activate_mm, prev, next);
686 static inline void arch_end_context_switch(struct task_struct *next) argument
688 PVOP_VCALL1(pv_cpu_ops.end_context_switch, next);
327 paravirt_activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
/arch/x86/kernel/
H A Dapm_32.c340 struct apm_user *next; member in struct:apm_user
1184 for (as = user_list; as != NULL; as = as->next) {
1272 for (as = user_list; as != NULL; as = as->next) {
1587 user_list = as->next;
1592 (as1 != NULL) && (as1->next != as);
1593 as1 = as1->next)
1598 as1->next = as->next;
1628 as->next = user_list;
/arch/x86/kernel/cpu/mcheck/
H A Dmce.c152 unsigned next, entry; local
165 entry = rcu_dereference_check_mce(mcelog.next);
186 next = entry + 1;
187 if (cmpxchg(&mcelog.next, entry, next) == entry)
201 unsigned int next, i, prev = 0; local
203 next = ACCESS_ONCE(mcelog.next);
209 for (i = prev; i < next; i++) {
230 memset(mcelog.entry + prev, 0, (next
508 unsigned next; local
1804 unsigned prev, next; local
[all...]
/arch/x86/kernel/cpu/
H A Dperf_event.h378 struct x86_pmu_quirk *next; member in struct:x86_pmu_quirk
517 __quirk.next = x86_pmu.quirks; \
/arch/x86/xen/
H A Denlighten.c460 static void xen_end_context_switch(struct task_struct *next) argument
463 paravirt_end_context_switch(next);
658 * hypervisor if the next process has no %gs. Either way, it
H A Dmmu.c1030 static void xen_activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
1032 spin_lock(&next->page_table_lock);
1033 xen_pgd_pin(next);
1034 spin_unlock(&next->page_table_lock);
/arch/cris/arch-v32/drivers/
H A Dcryptocop.c60 struct cryptocop_dma_desc *next; member in struct:cryptocop_dma_desc
125 struct cryptocop_private *next; member in struct:cryptocop_private
135 struct cryptocop_transform_ctx *next; member in struct:cryptocop_transform_ctx
144 struct cryptocop_session *next; member in struct:cryptocop_session
297 cdesc->next = descr_pool_free_list;
321 descr_pool_free_list = descr_pool_free_list->next;
335 cdesc->next = NULL;
355 if (cd->next) {
356 cd->dma_descr->next = (dma_descr_data*)virt_to_phys(cd->next
1367 struct cryptocop_dma_desc *next; local
[all...]
/arch/sh/include/asm/
H A Ddwarf.h277 struct dwarf_frame *prev, *next; member in struct:dwarf_frame
/arch/mips/include/asm/txx9/
H A Dtx4939.h158 __u32 next; member in struct:tx4939_crypto_desc
177 __u32 next; member in struct:tx4939_vpc_desc
/arch/x86/kernel/apic/
H A Dio_apic.c77 for (entry = head; entry; entry = entry->next)
232 struct irq_pin_list *next; member in struct:irq_pin_list
455 last = &entry->next;
478 *last = entry->next;
482 last = &entry->next;
1298 next:
1313 goto next;
1317 goto next;
2337 * next attempt by sending another IRQ_MOVE_CLEANUP_VECTOR
2750 /* Actually the next i
[all...]

Completed in 2291 milliseconds

123456789