Home
last modified time | relevance | path

Searched refs:next (Results 6576 - 6600 of 12994) sorted by relevance

1...<<261262263264265266267268269270>>...520

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc456 for (size_t next : p.split_locations_) { in AbslHashValue()
457 absl::string_view chunk = p.buf_.substr(begin, next - begin); in AbslHashValue()
459 begin = next; in AbslHashValue()
789 constexpr auto next = static_cast<InvokeTag>(static_cast<int>(Tag) + 1);
790 TestCustomHashType(InvokeTagConstant<next>(), tag, t...);
791 TestCustomHashType(InvokeTagConstant<next>(), t...);
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs36 move |i: I| match (i).iter_elements().next().map(|t| { in char()
67 move |i: I| match (i).iter_elements().next().map(|t| { in satisfy()
96 move |i: I| match (i).iter_elements().next().map(|c| (c, list.find_token(c))) { in one_of()
121 move |i: I| match (i).iter_elements().next().map(|c| (c, !list.find_token(c))) { in none_of()
186 let nth = it.next().unwrap().as_char(); in not_line_ending()
295 match it.next() { in anychar()
297 Some((_, c)) => match it.next() { in anychar()
H A Dcomplete.rs37 move |i: I| match (i).iter_elements().next().map(|t| { in char()
67 move |i: I| match (i).iter_elements().next().map(|t| { in satisfy()
95 move |i: I| match (i).iter_elements().next().map(|c| (c, list.find_token(c))) { in one_of()
119 move |i: I| match (i).iter_elements().next().map(|c| (c, !list.find_token(c))) { in none_of()
192 let nth = it.next().unwrap().as_char(); in not_line_ending()
315 match it.next() { in anychar()
317 Some((_, c)) => match it.next() { in anychar()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Drrm.c445 u8 *pos = wpabuf_mhead_u8(buf), *next = pos; in wpas_rrm_send_msr_report() local
450 int send_len = (len > MPDU_REPORT_LEN) ? next - pos : len; in wpas_rrm_send_msr_report()
456 (send_len + next[1] + 2) > MPDU_REPORT_LEN) { in wpas_rrm_send_msr_report()
459 pos = next; in wpas_rrm_send_msr_report()
463 next += next[1] + 2; in wpas_rrm_send_msr_report()
613 * next element is parsed. in wpas_channel_report_freqs()
1135 * Returns 0 if the next element can be processed, 1 if some operation was
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drrm.c455 u8 *pos = wpabuf_mhead_u8(buf), *next = pos; in wpas_rrm_send_msr_report() local
460 int send_len = (len > MPDU_REPORT_LEN) ? next - pos : len; in wpas_rrm_send_msr_report()
466 (send_len + next[1] + 2) > MPDU_REPORT_LEN) { in wpas_rrm_send_msr_report()
469 pos = next; in wpas_rrm_send_msr_report()
473 next += next[1] + 2; in wpas_rrm_send_msr_report()
634 * next element is parsed. in wpas_channel_report_freqs()
1157 * Returns 0 if the next element can be processed, 1 if some operation was
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1121 pcbNode = pcbNode->next; in FillpCalculateFairness()
1154 pcbNode = pcbNode->next; in FillpCalculateFairness()
1215 node = node->next; in FillpCheckPcbNackListToSend()
1359 fpcbNode = fpcbNode->next; in SpungeClearItemWaitTokenList()
1418 fpcbNode = fpcbNode->next; in SpungeCheckItemWaitTokenList()
1434 fpcbNode = fpcbNode->next; in SpungeCheckItemWaitTokenList()
1504 stb->fpcbCur = stb->fpcbCur->next; in SpungeTokenBucketDelFpcb()
1515 node = node->next; in SpungeTokenBucketDelFpcb()
1542 osSockNode = osSockNode->next; in SpinstLoopRecv()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dixp4xx_crypto.c106 struct buffer_desc *next; member
333 buf1 = buf->next; in free_buf_chain()
665 buf->next = 0; in register_chain_var()
822 buf->next = next_buf; in chainup_buffers()
830 buf->next = NULL; in chainup_buffers()
935 req_ctx->dst = dst_hook.next; in ablk_perform()
945 req_ctx->src = src_hook.next; in ablk_perform()
1045 req_ctx->src = src_hook.next; in aead_perform()
1065 req_ctx->dst = dst_hook.next; in aead_perform()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c167 umem_init = umem_init_header->next; in qat_uclo_batch_wr_umem()
176 umem_init = umem_init->next; in qat_uclo_batch_wr_umem()
191 umem_init = umem_init->next; in qat_uclo_cleanup_batch_init_list()
273 while (tail_old->next) in qat_uclo_create_batch_init_list()
274 tail_old = tail_old->next; in qat_uclo_create_batch_init_list()
284 mem_init->next = NULL; in qat_uclo_create_batch_init_list()
285 tail->next = mem_init; in qat_uclo_create_batch_init_list()
293 tail_old = tail_old->next; in qat_uclo_create_batch_init_list()
300 mem_init = tail_old->next; in qat_uclo_create_batch_init_list()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dmmu.c63 u64 next; in stage2_apply_range() local
70 next = stage2_range_addr_end(addr, end); in stage2_apply_range()
71 ret = fn(pgt, addr, next - addr); in stage2_apply_range()
75 if (resched && next != end) in stage2_apply_range()
77 } while (addr = next, addr != end); in stage2_apply_range()
120 u64 next, chunk_size; in kvm_mmu_split_huge_pages() local
149 next = __stage2_range_addr_end(addr, end, chunk_size); in kvm_mmu_split_huge_pages()
150 ret = kvm_pgtable_stage2_split(pgt, addr, next - addr, cache); in kvm_mmu_split_huge_pages()
153 } while (addr = next, addr != end); in kvm_mmu_split_huge_pages()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c181 int next; member
424 dev->cmd.free_head = context->next; in mthca_cmd_wait()
460 context->next = dev->cmd.free_head; in mthca_cmd_wait()
570 dev->cmd.context[i].next = i + 1; in mthca_cmd_use_events()
573 dev->cmd.context[dev->cmd.max_cmds - 1].next = -1; in mthca_cmd_use_events()
1728 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP()
1775 if (op[cur][next] == CMD_ERR2RST_QPEE) { in mthca_MODIFY_QP()
1790 op[cur][next], CMD_TIME_CLASS_C); in mthca_MODIFY_QP()
1824 op_mod, op[cur][next], CMD_TIME_CLASS_C); in mthca_MODIFY_QP()
1727 mthca_MODIFY_QP(struct mthca_dev *dev, enum ib_qp_state cur, enum ib_qp_state next, u32 num, int is_ee, struct mthca_mailbox *mailbox, u32 optmask) mthca_MODIFY_QP() argument
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_uv.c976 head->first = first->next; in xpc_get_fifo_entry_uv()
983 first->next = NULL; in xpc_get_fifo_entry_uv()
995 last->next = NULL; in xpc_put_fifo_entry_uv()
998 head->last->next = last; in xpc_put_fifo_entry_uv()
1106 &msg_slot->next); in xpc_allocate_send_msg_slot_uv()
1352 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()
1361 xpc_put_fifo_entry_uv(&ch->sn.uv.msg_slot_free_list, &msg_slot->next); in xpc_free_msg_slot_uv()
1462 xpc_put_fifo_entry_uv(&ch_uv->recv_msg_list, &msg_slot->hdr.u.next); in xpc_handle_notify_mq_msg_uv()
1644 * Get the next deliverable message's payload.
1657 hdr.u.next); in xpc_get_deliverable_payload_uv()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c983 u32 cur, prev, next; in qlcnic_83xx_idc_check_state_validity() local
987 next = state; in qlcnic_83xx_idc_check_state_validity()
989 if ((next < QLC_83XX_IDC_DEV_COLD) || in qlcnic_83xx_idc_check_state_validity()
990 (next > QLC_83XX_IDC_DEV_QUISCENT)) { in qlcnic_83xx_idc_check_state_validity()
992 "%s: curr %d, prev %d, next state %d is invalid\n", in qlcnic_83xx_idc_check_state_validity()
999 if ((next != QLC_83XX_IDC_DEV_COLD) && in qlcnic_83xx_idc_check_state_validity()
1000 (next != QLC_83XX_IDC_DEV_READY)) { in qlcnic_83xx_idc_check_state_validity()
1002 "%s: failed, cur %d prev %d next %d\n", in qlcnic_83xx_idc_check_state_validity()
1003 __func__, cur, prev, next); in qlcnic_83xx_idc_check_state_validity()
1008 if (next in qlcnic_83xx_idc_check_state_validity()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/
H A Dag71xx.c295 u32 next; member
1222 desc->next = (u32)(ring->descs_dma + in ag71xx_ring_tx_init()
1295 desc->next = (u32)(ring->descs_dma + in ag71xx_ring_rx_init()
1298 netif_dbg(ag, rx_status, ndev, "RX desc at %p, next is %08x\n", in ag71xx_ring_rx_init()
1299 desc, desc->next); in ag71xx_ring_rx_init()
1532 * make sure next segment is more than 4 bytes long. in ag71xx_fill_dma_desc()
1662 struct sk_buff *next, *skb; in ag71xx_rx_packets() local
1705 goto next; in ag71xx_rx_packets()
1720 next: in ag71xx_rx_packets()
1729 list_for_each_entry_safe(skb, next, in ag71xx_rx_packets()
[all...]
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c405 lastnode->ptr->next = cpu_to_le32(node->dma); in add_td_to_list()
577 lastnode->ptr->next = cpu_to_le32(TD_TERMINATE); in _hardware_enqueue()
588 u32 next = firstnode->dma & TD_ADDR_MASK; in _hardware_enqueue() local
595 prevlastnode->ptr->next = cpu_to_le32(next); in _hardware_enqueue()
609 hwep->qh.ptr->td.next = cpu_to_le32(firstnode->dma); in _hardware_enqueue()
644 hwep->qh.ptr->td.next = cpu_to_le32(node->dma); in reprime_dtd()
749 struct ci_hw_req *hwreq = list_entry(hwep->qh.queue.next,
1386 hwep->qh.ptr->td.next |= cpu_to_le32(TD_TERMINATE); /* needed? */ in ep_enable()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c129 curr_trb = list_entry(curr_req->trb_list.next, in mv_u3d_process_ep_req()
455 req->trb_head = list_entry(req->trb_list.next, in mv_u3d_req_to_trb()
482 req = list_entry(ep->req_list.next, struct mv_u3d_req, list); in mv_u3d_start_queue()
874 if (ep->queue.next == &req->queue) { in mv_u3d_ep_dequeue()
879 if (req->queue.next != &ep->queue) { in mv_u3d_ep_dequeue()
883 next_req = list_entry(req->queue.next, in mv_u3d_ep_dequeue()
886 /* Point first TRB of next request to the EP context. */ in mv_u3d_ep_dequeue()
904 curr_req = list_entry(ep->req_list.next, in mv_u3d_ep_dequeue()
1369 req = list_entry(ep->queue.next, struct mv_u3d_req, queue); in mv_u3d_nuke()
1644 req = list_entry(curr_ep->req_list.next, in mv_u3d_irq_process_tr_complete()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_taprio.c39 /* The instant that this entry "closes" and the next one
185 /* Returns the entry corresponding to next available interval. If
246 * first available interval in the next cycle. in find_entry_to_transmit()
345 * successfully. So, schedule the packet in the next open window.
404 /* Update the txtime of current entry to the next time it's in get_packet_txtime()
674 * the next schedule base_time. in should_change_schedules()
681 * next schedule base_time, we can extend the current schedule in should_change_schedules()
701 struct sched_entry *entry, *next; in advance_sched() local
723 next = list_first_entry(&oper->entries, struct sched_entry, in advance_sched()
725 close_time = next in advance_sched()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtransaction.c33 * | To next stage:
41 * | To next stage:
61 * | To next stage:
76 * | To next stage:
90 * | To next stage: |
158 struct btrfs_caching_control *caching_ctl, *next; in switch_commit_roots() local
211 list_for_each_entry_safe(caching_ctl, next, in switch_commit_roots()
1228 struct list_head *next; in commit_cowonly_roots() local
1266 next = fs_info->dirty_cowonly_roots.next; in commit_cowonly_roots()
1783 struct btrfs_pending_snapshot *pending, *next; create_pending_snapshots() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dkprobes.c213 * next time somebody inserts a probe. in collect_one_slot()
235 struct kprobe_insn_page *kip, *next; in collect_garbage_slots() local
240 list_for_each_entry_safe(kip, next, &c->pages, list) { in collect_garbage_slots()
1350 struct hlist_node *next; in free_rp_inst() local
1352 hlist_for_each_entry_safe(ri, next, &rp->free_instances, hlist) { in free_rp_inst()
1362 struct hlist_node *next; in cleanup_rp_inst() local
1370 hlist_for_each_entry_safe(ri, next, head, hlist) { in cleanup_rp_inst()
1460 * free aggr_probe. It will be used next time, or in register_aggr_kprobe()
1896 ap = list_entry(p->list.next, struct kprobe, list); in __unregister_kprobe_bottom()
2773 .next
[all...]
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_uv.c976 head->first = first->next; in xpc_get_fifo_entry_uv()
983 first->next = NULL; in xpc_get_fifo_entry_uv()
995 last->next = NULL; in xpc_put_fifo_entry_uv()
998 head->last->next = last; in xpc_put_fifo_entry_uv()
1106 &msg_slot->next); in xpc_allocate_send_msg_slot_uv()
1352 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()
1361 xpc_put_fifo_entry_uv(&ch->sn.uv.msg_slot_free_list, &msg_slot->next); in xpc_free_msg_slot_uv()
1462 xpc_put_fifo_entry_uv(&ch_uv->recv_msg_list, &msg_slot->hdr.u.next); in xpc_handle_notify_mq_msg_uv()
1644 * Get the next deliverable message's payload.
1657 hdr.u.next); in xpc_get_deliverable_payload_uv()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c983 u32 cur, prev, next; in qlcnic_83xx_idc_check_state_validity() local
987 next = state; in qlcnic_83xx_idc_check_state_validity()
989 if ((next < QLC_83XX_IDC_DEV_COLD) || in qlcnic_83xx_idc_check_state_validity()
990 (next > QLC_83XX_IDC_DEV_QUISCENT)) { in qlcnic_83xx_idc_check_state_validity()
992 "%s: curr %d, prev %d, next state %d is invalid\n", in qlcnic_83xx_idc_check_state_validity()
999 if ((next != QLC_83XX_IDC_DEV_COLD) && in qlcnic_83xx_idc_check_state_validity()
1000 (next != QLC_83XX_IDC_DEV_READY)) { in qlcnic_83xx_idc_check_state_validity()
1002 "%s: failed, cur %d prev %d next %d\n", in qlcnic_83xx_idc_check_state_validity()
1003 __func__, cur, prev, next); in qlcnic_83xx_idc_check_state_validity()
1008 if (next in qlcnic_83xx_idc_check_state_validity()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c1729 struct elf_thread_core_info *next; member
1912 for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) { in fill_note_info()
1920 t->next = info->thread->next; in fill_note_info()
1921 info->thread->next = t; in fill_note_info()
1927 for (t = info->thread; t != NULL; t = t->next) in fill_note_info()
1981 t = t->next; in write_note_info()
1993 threads = t->next; in free_note_info()
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_mem.c163 /* Id of the next memory bock to prepare when needed. */
208 /* Id of the next device bock to prepare when needed. */
263 struct list_head next; member
295 list_add_rcu(&vm->next, &virtio_mem_devices); in register_virtio_mem_device()
309 list_del_rcu(&vm->next); in unregister_virtio_mem_device()
391 * Prepare the big block state array for the next big block.
459 * Prepare the state array for the next memory block.
579 * Prepare the subblock bitmap for the next memory block.
1279 unsigned long addr, next, id, sb_id, count; in virtio_mem_online_page() local
1290 next in virtio_mem_online_page()
[all...]
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dudc.c408 lastnode->ptr->next = cpu_to_le32(node->dma); in add_td_to_list()
578 lastnode->ptr->next = cpu_to_le32(TD_TERMINATE); in _hardware_enqueue()
595 u32 next = firstnode->dma & TD_ADDR_MASK; in _hardware_enqueue() local
602 prevlastnode->ptr->next = cpu_to_le32(next); in _hardware_enqueue()
622 hwep->qh.ptr->td.next = cpu_to_le32(firstnode->dma); in _hardware_enqueue()
657 hwep->qh.ptr->td.next = cpu_to_le32(node->dma); in reprime_dtd()
763 struct ci_hw_req *hwreq = list_entry(hwep->qh.queue.next,
1400 hwep->qh.ptr->td.next |= cpu_to_le32(TD_TERMINATE); /* needed? */ in ep_enable()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c129 curr_trb = list_entry(curr_req->trb_list.next, in mv_u3d_process_ep_req()
455 req->trb_head = list_entry(req->trb_list.next, in mv_u3d_req_to_trb()
482 req = list_entry(ep->req_list.next, struct mv_u3d_req, list); in mv_u3d_start_queue()
876 if (ep->queue.next == &req->queue) { in mv_u3d_ep_dequeue()
881 if (req->queue.next != &ep->queue) { in mv_u3d_ep_dequeue()
885 next_req = list_entry(req->queue.next, in mv_u3d_ep_dequeue()
888 /* Point first TRB of next request to the EP context. */ in mv_u3d_ep_dequeue()
906 curr_req = list_entry(ep->req_list.next, in mv_u3d_ep_dequeue()
1370 req = list_entry(ep->queue.next, struct mv_u3d_req, queue); in mv_u3d_nuke()
1645 req = list_entry(curr_ep->req_list.next, in mv_u3d_irq_process_tr_complete()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c106 struct buffer_desc *next; member
340 buf1 = buf->next; in free_buf_chain()
725 buf->next = NULL; in register_chain_var()
888 buf->next = next_buf; in chainup_buffers()
896 buf->next = NULL; in chainup_buffers()
1029 req_ctx->dst = dst_hook.next; in ablk_perform()
1039 req_ctx->src = src_hook.next; in ablk_perform()
1139 req_ctx->src = src_hook.next; in aead_perform()
1159 req_ctx->dst = dst_hook.next; in aead_perform()

Completed in 59 milliseconds

1...<<261262263264265266267268269270>>...520