Searched defs:next (Results 126 - 150 of 202) sorted by relevance

123456789

/arch/sparc/kernel/
H A Dsun4d_irq.c135 struct irq_bucket *next; local
137 next = p->next;
139 p = next;
174 struct irq_bucket *next; local
176 next = p->next;
178 p = next;
/arch/tile/mm/
H A Dpgtable.c494 void check_mm_caching(struct mm_struct *prev, struct mm_struct *next) argument
496 if (!mm_is_priority_cached(next)) {
504 hv_set_caching(update_priority_cached(next));
/arch/um/drivers/
H A Dchan_kern.c338 struct list_head *ele, *next; local
341 list_for_each_safe(ele, next, chans) {
/arch/um/kernel/
H A Dtlb.c224 unsigned long next; local
229 next = pmd_addr_end(addr, end);
232 ret = add_munmap(addr, next - addr, hvc);
236 else ret = update_pte_range(pmd, addr, next, hvc);
237 } while (pmd++, addr = next, ((addr < end) && !ret));
246 unsigned long next; local
251 next = pud_addr_end(addr, end);
254 ret = add_munmap(addr, next - addr, hvc);
258 else ret = update_pmd_range(pud, addr, next, hvc);
259 } while (pud++, addr = next, ((add
268 unsigned long addr = start_addr, next; local
[all...]
/arch/unicore32/mm/
H A Dmmu.c244 unsigned long next = pgd_addr_end(addr, end); local
246 alloc_init_section(pgd, addr, next, phys, type);
248 phys += next - addr;
249 addr = next;
/arch/x86/kernel/
H A Dalternative.c63 * that correspond to that nop. Getting from one nop to the next, we
342 struct list_head next; member in struct:smp_alt_module
378 list_add_tail(&smp->next, &smp_alt_modules);
390 list_for_each_entry(item, &smp_alt_modules, next) {
393 list_del(&item->next);
414 list_for_each_entry(mod, &smp_alt_modules, next)
430 list_for_each_entry(mod, &smp_alt_modules, next) {
H A Dprocess_64.c278 struct thread_struct *next = &next_p->thread; local
289 load_sp0(tss, next);
296 if (unlikely(next->es | prev->es))
297 loadsegment(es, next->es);
300 if (unlikely(next->ds | prev->ds))
301 loadsegment(ds, next->ds);
312 load_TLS(next, cpu);
330 if (unlikely(fsindex | next->fsindex | prev->fs)) {
331 loadsegment(fs, next->fsindex);
340 /* when next proces
[all...]
/arch/x86/mm/
H A Dinit.c453 max_pfn_mapped = 0; /* will get exact value next */
498 unsigned long next, new_mapped_ram_size, start; local
514 next = round_up(start + 1, step_size);
515 if (next > map_end)
516 next = map_end;
518 next = map_end;
520 new_mapped_ram_size = init_range_memory_mapping(start, next);
521 start = next;
H A Dkmmio.c455 struct kmmio_fault_page *next = f->release_next; local
458 f = next;
/arch/arm/include/asm/
H A Decard.h139 struct expansion_card *next; member in struct:expansion_card
/arch/arm/mach-at91/
H A Dgpio.c38 struct at91_gpio_chip *next; /* Bank sharing same clock */ member in struct:at91_gpio_chip
609 if (!at91_gpio->next)
611 at91_gpio = at91_gpio->next;
784 if (prev && prev->next == this)
977 last->next = at91_gpio;
/arch/arm/mach-omap2/
H A Dpowerdomain.c164 int prev, next, state, trace_state = 0; local
185 next = pwrdm_read_next_pwrst(pwrdm);
186 if (next != prev) {
188 ((next & OMAP_POWERSTATE_MASK) << 8) |
347 * powerdomain code. Currently, this programs the next power state
583 * pwrdm_set_next_pwrst - set next powerdomain power state
587 * Set the powerdomain @pwrdm's next power state to @pwrst. The powerdomain
603 pr_debug("powerdomain: %s: setting next powerstate to %0x\n",
618 * pwrdm_read_next_pwrst - get next powerdomain power state
621 * Return the powerdomain @pwrdm's next powe
[all...]
/arch/arm/mach-s3c24xx/
H A Ddma.c113 chan->curr, chan->next, chan->end);
232 pr_debug("load_state is none, checking for noreload (next=%p)\n",
233 buf->next);
234 reload = (buf->next == NULL) ? S3C2410_DCON_NORELOAD : 0;
249 chan->next = buf->next;
332 if (chan->next == NULL) {
340 s3c2410_dma_loadbuffer(chan, chan->next);
378 if (chan->next != NULL) {
386 s3c2410_dma_loadbuffer(chan, chan->next);
885 struct s3c2410_dma_buf *buf, *next; local
[all...]
/arch/arm/mach-s3c24xx/include/mach/
H A Ddma.h141 struct s3c2410_dma_buf *next; member in struct:s3c2410_dma_buf
205 struct s3c2410_dma_buf *next; /* next buffer to load */ member in struct:s3c2410_dma_chan
/arch/arm64/kernel/
H A Dhw_breakpoint.c818 void hw_breakpoint_thread_switch(struct task_struct *next) argument
821 * current next
832 next_debug_info = &next->thread.debug;
/arch/cris/arch-v10/drivers/
H A Dgpio.c57 struct gpio_private *next; member in struct:gpio_private
206 priv = priv->next;
354 priv->next = alarmlist;
376 alarmlist = todel->next;
378 while (p->next != todel)
379 p = p->next;
380 p->next = todel->next;
391 p = p->next;
578 p = p->next;
[all...]
/arch/cris/arch-v10/kernel/
H A Dfasttimer.c234 tmp = tmp->next;
261 t->next = fast_timer_list;
273 while (tmp->next && fasttime_cmp(&t->tv_expires,
274 &tmp->next->tv_expires) > 0)
276 tmp = tmp->next;
280 t->next = tmp->next;
281 if (tmp->next)
283 tmp->next->prev = t;
285 tmp->next
301 struct fast_timer *next, *prev; local
[all...]
/arch/cris/arch-v32/drivers/mach-a3/
H A Dgpio.c86 struct gpio_private *next; member in struct:gpio_private
412 priv->next = alarmlist;
437 alarmlist = todel->next;
439 while (p->next != todel)
440 p = p->next;
441 p->next = todel->next;
457 p = p->next;
/arch/cris/arch-v32/drivers/mach-fs/
H A Dgpio.c88 struct gpio_private *next; member in struct:gpio_private
282 priv = priv->next;
449 priv->next = alarmlist;
473 alarmlist = todel->next;
475 while (p->next != todel)
476 p = p->next;
477 p->next = todel->next;
497 p = p->next;
/arch/cris/arch-v32/kernel/
H A Dfasttimer.c214 tmp = tmp->next;
239 t->next = fast_timer_list;
249 while (tmp->next &&
250 fasttime_cmp(&t->tv_expires, &tmp->next->tv_expires) > 0)
251 tmp = tmp->next;
254 t->next = tmp->next;
255 if (tmp->next)
257 tmp->next->prev = t;
259 tmp->next
275 struct fast_timer *next, *prev; local
[all...]
/arch/m68k/include/asm/
H A Dmac_iop.h139 struct iop_msg *next; /* next message in queue or NULL */ member in struct:iop_msg
/arch/mips/kernel/
H A Dvpe.c220 struct mips_hi16 *next; member in struct:mips_hi16
327 n->next = mips_hi16_list;
338 struct mips_hi16 *l, *next; local
376 next = l->next;
378 l = next;
395 next = l->next;
397 l = next;
/arch/powerpc/kernel/
H A Dcacheinfo.c42 struct cache_index_dir *next; /* next index in parent directory */ member in struct:cache_index_dir
113 struct cache *next_local; /* next cache of >= level */
183 struct cache *next = cache; local
185 while (next) {
186 WARN_ONCE(cpumask_test_cpu(cpu, &next->shared_cpu_map),
188 cpu, next->ofnode->full_name,
189 cache_type_string(next));
190 cpumask_set_cpu(cpu, &next->shared_cpu_map);
191 next
787 struct cache_index_dir *next; local
810 struct cache *next = cache->next_local; local
[all...]
/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c106 struct revmap_entry *next, *prev; local
123 next = real_vmalloc_addr(&kvm->arch.revmap[rev->forw]);
125 next->back = rev->back;
/arch/powerpc/platforms/powermac/
H A Dpci.c802 unsigned long base, end, next = -1; local
818 if (base != next) {
833 next = end + 1;

Completed in 364 milliseconds

123456789