Searched refs:next (Results 251 - 275 of 3420) sorted by last modified time

<<11121314151617181920>>

/linux-master/arch/arm64/kvm/
H A Dmmu.c63 u64 next; local
70 next = stage2_range_addr_end(addr, end);
71 ret = fn(pgt, addr, next - addr);
75 if (resched && next != end)
77 } while (addr = next, addr != end);
120 u64 next, chunk_size; local
149 next = __stage2_range_addr_end(addr, end, chunk_size);
150 ret = kvm_pgtable_stage2_split(pgt, addr, next - addr, cache);
153 } while (addr = next, addr != end);
/linux-master/tools/objtool/
H A Dcheck.c26 struct alternative *next; member in struct:alternative
67 struct instruction *next = next_insn_same_sec(file, insn); local
73 if (next && insn_func(next) == func)
74 return next;
1343 struct stack_op *op, *next; local
1345 for (op = insn->stack_ops; op; op = next) {
1346 next = op->next;
2004 alt->next
3866 struct instruction *next, *dest; local
4671 struct insn_chunk *next; member in struct:insn_chunk
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c144 char *orig = *stringp, *next; local
151 next = strchr(orig, '\n');
152 if (next)
153 *next++ = '\0';
155 *stringp = next;
208 struct symbol *next; member in struct:symbol
256 sym->next = symbolhash[hash];
278 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {
/linux-master/scripts/kconfig/
H A Dmenu.c58 last_entry_ptr = &menu->next;
75 last_entry_ptr = &current_menu->next;
149 propp = &(*propp)->next)
227 for (prop = sym->prop; prop; prop = prop->next) {
308 for (menu = parent->list; menu; menu = menu->next) {
329 for (menu = parent->list; menu; menu = menu->next) {
354 for (; prop; prop = prop->next) {
409 for (menu = parent->list; menu; menu = menu->next)
440 for (menu = parent->next; menu; menu = menu->next) {
[all...]
H A Dmconf.c319 tmp = pos->next;
327 pos->next = xcalloc(1, sizeof(*pos));
328 pos = pos->next;
344 tmp = pos->next;
521 for (child = menu->list; child; child = child->next) {
626 for (child = menu->list; child; child = child->next)
644 for (child = menu->list; child; child = child->next) {
H A Dparser.y530 while (!menu->next && menu->parent)
533 menu = menu->next;
636 for (prop = sym->prop; prop; prop = prop->next) {
732 else if (menu->next)
733 menu = menu->next;
737 if (menu->next) {
738 menu = menu->next;
H A Dconf.c487 for (child = menu->list; child; child = child->next) {
542 for (child = menu->list; child; child = child->next) {
620 for (child = menu->list; child; child = child->next)
658 for (child = menu->list; child; child = child->next)
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c240 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) {
252 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) {
347 * next line if the string is too long to fit on one line. Newline
377 /* Wrap to next line if either the word does not fit,
379 short, and the next word does not fit. */
394 /* Move to the next line if the word separator was a newline */
565 struct dialog_list *p, *next; local
567 for (p = item_head; p; p = next) {
568 next = p->next;
[all...]
H A Ddialog.h75 struct subtitle_list *next; member in struct:subtitle_list
143 struct dialog_list *next; member in struct:dialog_list
158 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)
/linux-master/kernel/irq/
H A Dmanage.c1072 * try again next time
1664 * so we can find the next zero bit for this
1668 old_ptr = &old->next;
1908 action_ptr = &action->next;
1912 *action_ptr = action->next;
/linux-master/include/linux/
H A Dinterrupt.h111 * @next: pointer to the next irqaction for shared interrupts
125 struct irqaction *next; member in struct:irqaction
647 struct tasklet_struct *next; member in struct:tasklet_struct
/linux-master/drivers/ras/amd/
H A Dfmpm.c934 .next = fmpm_next,
/linux-master/drivers/pwm/
H A Dcore.c1157 .next = pwm_seq_next,
/linux-master/arch/x86/mm/
H A Dident_map.c24 unsigned long next; local
26 for (; addr < end; addr = next) {
30 next = (addr & PUD_MASK) + PUD_SIZE;
31 if (next > end)
32 next = end;
48 ident_pmd_init(info, pmd, addr, next);
54 ident_pmd_init(info, pmd, addr, next);
64 unsigned long next; local
67 for (; addr < end; addr = next) {
71 next
102 unsigned long next; local
[all...]
/linux-master/drivers/usb/misc/
H A Dusb-ljca.c699 struct ljca_client *client, *next; local
731 list_for_each_entry_safe_reverse(client, next, &adap->client_list, link) {
831 struct ljca_client *client, *next; local
837 list_for_each_entry_safe_reverse(client, next, &adap->client_list, link) {
/linux-master/drivers/usb/dwc3/
H A Dgadget.c942 * the next START_TRANSFER command will cause the
1035 * be reattempted during the next SETUP stage.
1207 * @chain: should this TRB be chained to the next?
1461 * next SG entry. If not, set interrupt on this TRB to
1462 * resume preparing the next SG entry when more TRBs are
1487 * case, update start_sg to next sg to be queued, so that
1792 * Check if we can start isoc transfer on the next interval or
1821 * to wait for the next XferNotReady to test the command again
1910 * status, issue END_TRANSFER command and retry on the next XferNotReady
3666 * it and wait for the next XferNotRead
4236 enum dwc3_link_state next = evtinfo & DWC3_LINK_STATE_MASK; local
4341 enum dwc3_link_state next = evtinfo & DWC3_LINK_STATE_MASK; local
[all...]
/linux-master/drivers/usb/dwc2/
H A Dhcd.c776 * for non-split periodic channels. At the end of the next
983 * microframe (so we didn't know to queue the next transfer
987 * the next frame.
1592 if (!qh_list->next)
2694 qh_ptr = hsotg->periodic_sched_ready.next;
2714 qh_ptr = qh_ptr->next;
2726 qh_ptr = hsotg->non_periodic_sched_inactive.next;
2751 qh_ptr = qh_ptr->next;
2842 * Processes periodic channels for the next frame and queues transactions for
2882 qh_ptr = hsotg->periodic_sched_assigned.next;
[all...]
H A Dgadget.c899 * dwc2_gadget_fill_isoc_desc - fills next isochronous descriptor in chain.
904 * Fills next free descriptor with the data of the arrived usb request,
1739 * dwc2_gadget_start_next_request - Starts next request from ep queue
1929 * needs to work out what to do next (and whether to pass it on to the
2158 /* In DDMA don't need to proceed to starting of next ISOC request */
2763 /* transfer will be completed on next complete interrupt */
2886 * getting this interrupt SW starts calculation for next transfer frame.
2954 * interval calculates next frame for transfer.
3834 * these next two seem to crop-up occasionally causing the core
4849 * if we're using dma, we need to set the next
4854 u32 next = DXEPCTL_NEXTEP((epnum + 1) % 15); local
[all...]
/linux-master/drivers/usb/core/
H A Dhub.c648 * since the USB PHY only cares about changes at the next
842 struct list_head *next; local
848 next = hub->tt.clear_list.next;
849 clear = list_entry(next, struct usb_tt_clear, clear_list);
2209 /* Try to allocate the next devnum beginning at bus->devnum_next. */
/linux-master/drivers/scsi/
H A Dscsi_scan.c181 struct async_scan_data *next = list_entry(scanning_hosts.next, local
183 complete(&next->prev_finished);
1985 struct async_scan_data *next = list_entry(scanning_hosts.next, local
1987 complete(&next->prev_finished);
H A Dpmcraid.c372 cmd = list_entry(pinstance->free_cmd_pool.next,
942 /* Note that commands sent during reset require next command to be sent
1607 res = list_entry(pinstance->free_res_q.next,
1921 * set so tasklet would execute next reset task. The timeout handler
5062 res = list_entry(pinstance->free_res_q.next,
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c6342 tgt->sess_works_list.next, typeof(*prm),
H A Dqla_os.c3788 BUG_ON(base_vha->list.next == &ha->vp_list);
3990 struct purex_item *item, *next; local
3994 list_for_each_entry_safe(item, next, &list->head, list) {
6491 struct purex_item *item, *next; local
6498 list_for_each_entry_safe(item, next, &head, list) {
7035 * - NO-OP -- await next ISP-ABORT. Preferred method
H A Dqla_def.h5338 struct list_head next; member in struct:edif_list_entry
5357 struct list_head next; member in struct:edif_sa_index_entry
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c256 * This routine will copy the contents of @wqe to the next available entry on
280 /* If the host has not yet processed the next entry then we are done */
373 * This routine will copy the contents of @mqe to the next available entry on
391 /* If the host has not yet processed the next entry then we are done */
433 * lpfc_sli4_eq_get - Gets the next valid EQE from a EQ
451 /* If the next EQE is not valid then we are done */
674 * lpfc_sli4_cq_get - Gets the next valid CQE from a CQ
692 /* If the next CQE is not valid then we are done */
788 * This routine will copy the contents of @wqe to the next available entry on
817 /* If the host has not yet processed the next entr
6875 struct lpfc_dmabuf *dmabuf, *next; local
15714 struct lpfc_queue *eq, *next; local
[all...]

Completed in 413 milliseconds

<<11121314151617181920>>