Searched defs:next (Results 1 - 25 of 202) sorted by path

123456789

/arch/alpha/include/asm/
H A Dcore_marvel.h309 struct io7 *next; member in struct:io7
H A Dgct.h23 gct6_handle next; member in struct:__gct6_node
H A Dmmu_context.h107 * force a new asn for any other processes the next time they want to
120 unsigned long next = asn + 1; local
125 next = (asn & ~HARDWARE_ASN_MASK) + ASN_FIRST_VERSION;
127 cpu_last_asn(cpu) = next;
128 return next;
133 struct task_struct *next)
158 task_thread_info(next)->pcb.asn = mmc & HARDWARE_ASN_MASK;
163 struct task_struct *next)
178 ev5_switch_mm(prev_mm, next_mm, next);
132 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, struct task_struct *next) argument
162 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, struct task_struct *next) argument
H A Dpci.h25 struct pci_controller *next; member in struct:pci_controller
/arch/alpha/kernel/
H A Derr_common.c151 /* return the next header */
160 struct el_subpacket *next = NULL;
163 for (; h && h->class != header->class; h = h->next);
164 if (h) next = h->handler(header);
166 return next;
198 struct el_subpacket *next = NULL;
205 next = el_process_header_subpacket(header);
208 if (NULL == (next = el_process_subpacket_reg(header))) {
217 return next;
226 for (a = subpacket_annotation_list; a; a = a->next) {
158 struct el_subpacket *next = NULL; local
196 struct el_subpacket *next = NULL; local
[all...]
H A Derr_impl.h17 struct el_subpacket_annotation *next; member in struct:el_subpacket_annotation
27 struct el_subpacket_handler *next; member in struct:el_subpacket_handler
H A Dmodule.c35 struct got_entry *next; member in struct:got_entry
52 for (g = chains + r_sym; g ; g = g->next)
62 g->next = chains[r_sym].next;
66 chains[r_sym].next = g;
134 for (g = chains[i].next; g ; g = n) {
135 n = g->next;
H A Dpci_impl.h162 struct pdev_srm_saved_conf *next; member in struct:pdev_srm_saved_conf
/arch/arc/include/asm/
H A Dmmu_context.h131 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
147 cpumask_set_cpu(cpu, mm_cpumask(next));
151 write_aux_reg(ARC_REG_SCRATCH_DATA0, next->pgd);
154 get_new_mmu_context(next);
164 #define activate_mm(prev, next) switch_mm(prev, next, NULL)
/arch/arc/kernel/
H A Dctx_sw.c27 unsigned int next = (unsigned int)next_task; local
111 : "n"(KSP_WORD_OFF), "r"(next), "r"(prev)
H A Dfpu.c33 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) argument
36 unsigned int *readfrom = &next->thread.fpu.aux_dpfp[0].l;
/arch/arm/common/
H A Dtimer-sp.c157 static int sp804_set_next_event(unsigned long next, argument
162 writel(next, clkevt_base + TIMER_LOAD);
/arch/arm/include/asm/
H A Decard.h139 struct expansion_card *next; member in struct:expansion_card
H A Dfiq.h22 struct fiq_handler *next; member in struct:fiq_handler
H A Dmmu_context.h93 #define activate_mm(prev,next) switch_mm(prev, next, NULL)
116 switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
128 !cpumask_empty(mm_cpumask(next)) &&
129 !cpumask_test_cpu(cpu, mm_cpumask(next)))
132 if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next)) || prev != next) {
133 check_and_switch_context(next, tsk);
H A Dspinlock_types.h15 u16 next; member in struct:__anon178::__anon179::__raw_tickets
19 u16 next;
/arch/arm/kernel/
H A Dprobes.c273 /* Nibble not a register, skip to next */
394 const struct decode_header *next; local
400 for (;; h = next) {
407 next = (struct decode_header *)
420 next = (struct decode_header *)d->table.table;
/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-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-integrator/
H A Dintegrator_ap.c339 static int clkevt_set_next_event(unsigned long next, struct clock_event_device *evt) argument
344 writel(next, clkevt_base + TIMER_LOAD);
/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/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/arm/mach-sa1100/
H A Dtime.c49 unsigned long next, oscr; local
52 next = readl_relaxed(OSCR) + delta;
53 writel_relaxed(next, OSMR0);
56 return (signed)(next - oscr) <= MIN_OSCR_DELTA ? -ETIME : 0;

Completed in 390 milliseconds

123456789