Home
last modified time | relevance | path

Searched refs:next (Results 2651 - 2675 of 13055) sorted by relevance

1...<<101102103104105106107108109110>>...523

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dpppoe.c171 ret = ret->next; in __get_item()
188 ret = ret->next; in __set_item()
191 po->next = pn->hash_table[hash]; in __set_item()
209 *src = ret->next; in __delete_item()
213 src = &ret->next; in __delete_item()
214 ret = ret->next; in __delete_item()
286 po = po->next; in pppoe_flush_dev()
659 po->next = NULL; in pppoe_connect()
1040 po = po->next; in pppoe_get_idx()
1069 if (po->next) in pppoe_seq_next()
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dcpfile.c149 * @cnop: place to store the next checkpoint number
483 __u64 curr = *cnop, next; in nilfs_cpfile_do_get_ssinfo() local
525 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
526 if (next == 0) in nilfs_cpfile_do_get_ssinfo()
529 next_blkoff = nilfs_cpfile_get_blkoff(cpfile, next); in nilfs_cpfile_do_get_ssinfo()
533 ret = nilfs_cpfile_get_checkpoint_block(cpfile, next, in nilfs_cpfile_do_get_ssinfo()
541 curr = next; in nilfs_cpfile_do_get_ssinfo()
742 __u64 next, prev; in nilfs_cpfile_clear_snapshot() local
767 next = le64_to_cpu(list->ssl_next); in nilfs_cpfile_clear_snapshot()
774 if (next ! in nilfs_cpfile_clear_snapshot()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dextent_cache.c184 /* lookup next node for merging frontward later */ in f2fs_lookup_rb_tree_ret()
195 struct rb_node *cur = rb_first_cached(root), *next; in f2fs_check_rb_tree_consistence() local
202 next = rb_next(cur); in f2fs_check_rb_tree_consistence()
203 if (!next) in f2fs_check_rb_tree_consistence()
207 next_re = rb_entry(next, struct rb_entry, rb_node); in f2fs_check_rb_tree_consistence()
212 "cur(%llu) next(%llu)", in f2fs_check_rb_tree_consistence()
216 goto next; in f2fs_check_rb_tree_consistence()
220 f2fs_info(sbi, "inconsistent rbtree, cur(%u, %u) next(%u, %u)", in f2fs_check_rb_tree_consistence()
225 next: in f2fs_check_rb_tree_consistence()
226 cur = next; in f2fs_check_rb_tree_consistence()
335 struct rb_node *node, *next; __free_extent_tree() local
667 struct extent_tree *et, *next; f2fs_shrink_extent_tree() local
[all...]
/kernel/linux/linux-5.10/fs/autofs/
H A Droot.c152 goto next; in autofs_lookup_active()
157 goto next; in autofs_lookup_active()
159 goto next; in autofs_lookup_active()
162 goto next; in autofs_lookup_active()
164 goto next; in autofs_lookup_active()
172 next: in autofs_lookup_active()
212 goto next; in autofs_lookup_expiring()
217 goto next; in autofs_lookup_expiring()
219 goto next; in autofs_lookup_expiring()
222 goto next; in autofs_lookup_expiring()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c47 rx->dqo.free_buf_states = buf_state->next; in gve_alloc_buf_state()
50 buf_state->next = buffer_id; in gve_alloc_buf_state()
60 return buf_state->next == buffer_id; in gve_buf_state_is_allocated()
68 buf_state->next = rx->dqo.free_buf_states; in gve_free_buf_state()
85 list->head = buf_state->next; in gve_dequeue_buf_state()
86 if (buf_state->next == -1) in gve_dequeue_buf_state()
90 buf_state->next = buffer_id; in gve_dequeue_buf_state()
101 buf_state->next = -1; in gve_enqueue_buf_state()
109 rx->dqo.buf_states[tail].next = buffer_id; in gve_enqueue_buf_state()
288 rx->dqo.buf_states[i].next in gve_rx_alloc_ring_dqo()
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dcpfile.c149 * @cnop: place to store the next checkpoint number
483 __u64 curr = *cnop, next; in nilfs_cpfile_do_get_ssinfo() local
525 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
526 if (next == 0) in nilfs_cpfile_do_get_ssinfo()
529 next_blkoff = nilfs_cpfile_get_blkoff(cpfile, next); in nilfs_cpfile_do_get_ssinfo()
533 ret = nilfs_cpfile_get_checkpoint_block(cpfile, next, in nilfs_cpfile_do_get_ssinfo()
541 curr = next; in nilfs_cpfile_do_get_ssinfo()
742 __u64 next, prev; in nilfs_cpfile_clear_snapshot() local
767 next = le64_to_cpu(list->ssl_next); in nilfs_cpfile_clear_snapshot()
774 if (next ! in nilfs_cpfile_clear_snapshot()
[all...]
/kernel/linux/linux-6.6/fs/autofs/
H A Droot.c157 goto next; in autofs_lookup_active()
162 goto next; in autofs_lookup_active()
164 goto next; in autofs_lookup_active()
167 goto next; in autofs_lookup_active()
169 goto next; in autofs_lookup_active()
177 next: in autofs_lookup_active()
217 goto next; in autofs_lookup_expiring()
222 goto next; in autofs_lookup_expiring()
224 goto next; in autofs_lookup_expiring()
227 goto next; in autofs_lookup_expiring()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_migrate.c132 struct dma_fence *next; in svm_migrate_copy_memory_gart() local
156 NULL, &next, false, true, false); in svm_migrate_copy_memory_gart()
163 *mfence = next; in svm_migrate_copy_memory_gart()
527 unsigned long next; in svm_migrate_ram_to_vram() local
533 next = min(vma->vm_end, end); in svm_migrate_ram_to_vram()
534 r = svm_migrate_vma_to_vram(node, prange, vma, addr, next, trigger, ttm_res_offset); in svm_migrate_ram_to_vram()
541 ttm_res_offset += next - addr; in svm_migrate_ram_to_vram()
542 addr = next; in svm_migrate_ram_to_vram()
803 unsigned long next; in svm_migrate_vram_to_ram() local
812 next in svm_migrate_vram_to_ram()
[all...]
/third_party/elfutils/libdwfl/
H A Dlink_map.c330 GElf_Addr next = addrs[0]; in report_r_debug()
340 while (next != 0 && ++iterations < dwfl->lookup_elts) in report_r_debug()
343 &buffer, &buffer_available, next, &read_vaddr, in report_r_debug()
354 next = addrs[3]; in report_r_debug()
407 r_debug_info_module->next = r_debug_info->module; in report_r_debug()
509 if (mod->next != NULL) in report_r_debug()
515 lastmodp = &(*lastmodp)->next; in report_r_debug()
517 *lastmodp = mod->next; in report_r_debug()
518 mod->next = NULL; in report_r_debug()
520 lastmodp = &(*lastmodp)->next; in report_r_debug()
[all...]
/third_party/backends/backend/
H A Das6e.c504 for (s = first_handle; s; s = s->next) in sane_close()
523 prev->next = s->next; in sane_close()
533 AS6E_Device *next; in sane_exit() local
537 next = first_dev->next; in sane_exit()
539 first_dev = next; in sane_exit()
675 for (dev = first_dev; i < num_devices; dev = dev->next) in sane_get_devices()
849 for (dev = first_dev; dev; dev = dev->next) in attach()
873 dev->next in attach()
[all...]
H A Dsm3840.c494 for (s = first_handle; s; s = s->next) in sane_close()
523 prev->next = s->next; in sane_close()
533 SM3840_Device *next; in sane_exit() local
537 next = first_dev->next; in sane_exit()
539 first_dev = next; in sane_exit()
580 dev->next = first_dev; in add_sm_device()
611 dev = first_dev->next; in sane_get_devices()
629 for (dev = first_dev; i < num_devices; dev = dev->next) in sane_get_devices()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp551 auto next = linked_context->types_values_begin(); in RemoveLinkageSpecificInstructions() local
552 for (auto inst = next; inst != linked_context->types_values_end(); in RemoveLinkageSpecificInstructions()
553 inst = next) { in RemoveLinkageSpecificInstructions()
554 ++next; in RemoveLinkageSpecificInstructions()
576 auto next = linked_context->annotation_begin(); in RemoveLinkageSpecificInstructions() local
577 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
578 inst = next) { in RemoveLinkageSpecificInstructions()
579 ++next; in RemoveLinkageSpecificInstructions()
595 next = linked_context->annotation_begin(); in RemoveLinkageSpecificInstructions()
596 for (auto inst = next; ins in RemoveLinkageSpecificInstructions()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp551 auto next = linked_context->types_values_begin(); in RemoveLinkageSpecificInstructions() local
552 for (auto inst = next; inst != linked_context->types_values_end(); in RemoveLinkageSpecificInstructions()
553 inst = next) { in RemoveLinkageSpecificInstructions()
554 ++next; in RemoveLinkageSpecificInstructions()
576 auto next = linked_context->annotation_begin(); in RemoveLinkageSpecificInstructions() local
577 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
578 inst = next) { in RemoveLinkageSpecificInstructions()
579 ++next; in RemoveLinkageSpecificInstructions()
595 next = linked_context->annotation_begin(); in RemoveLinkageSpecificInstructions()
596 for (auto inst = next; ins in RemoveLinkageSpecificInstructions()
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
H A DWireCmd.cpp228 ASSERT(transfer->chain.hasNext == (record.chain.next != nullptr));
319 //* Don't check |record->chain.next| matches because it is not set until the
320 //* next iteration inside DeserializeChainedStruct.
322 ASSERT(record->chain.next == nullptr);
504 chainedStruct = typedStruct.chain.next;
513 chainedStruct = chainedStruct->next;
538 transfer->chain.hasNext = chainedStruct->next != nullptr;
546 chainedStruct = chainedStruct->next;
561 transfer->hasNext = chainedStruct->next != nullptr;
564 chainedStruct = chainedStruct->next;
[all...]
/third_party/spirv-tools/source/link/
H A Dlinker.cpp578 auto next = linked_context->types_values_begin(); in RemoveLinkageSpecificInstructions() local
579 for (auto inst = next; inst != linked_context->types_values_end(); in RemoveLinkageSpecificInstructions()
580 inst = next) { in RemoveLinkageSpecificInstructions()
581 ++next; in RemoveLinkageSpecificInstructions()
603 auto next = linked_context->annotation_begin(); in RemoveLinkageSpecificInstructions() local
604 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
605 inst = next) { in RemoveLinkageSpecificInstructions()
606 ++next; in RemoveLinkageSpecificInstructions()
624 next = linked_context->annotation_begin(); in RemoveLinkageSpecificInstructions()
625 for (auto inst = next; ins in RemoveLinkageSpecificInstructions()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dtncc.c57 struct tnc_if_imc *next; member
494 for (imc = tncc->imc; imc; imc = imc->next) { in tncc_send_to_imcs()
514 for (imc = tncc->imc; imc; imc = imc->next) { in tncc_init_connection()
534 for (imc = tncc->imc; imc; imc = imc->next) in tncc_total_send_len()
544 for (imc = tncc->imc; imc; imc = imc->next) { in tncc_copy_send_buf()
601 for (imc = tncc->imc; imc; imc = imc->next) in tncc_notify_recommendation()
890 while (last && last->next) in tncc_read_config_reg()
891 last = last->next; in tncc_read_config_reg()
983 last->next = imc; in tncc_read_config_reg()
1104 last->next in tncc_read_config()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c72 struct gsm_triplet *next; member
83 struct milenage_parameters *next; member
350 g->next = gsm_db; in read_gsm_triplets()
368 gsm_db_pos = g->next; in get_gsm_triplet()
371 g = g->next; in get_gsm_triplet()
377 gsm_db_pos = g->next; in get_gsm_triplet()
380 g = g->next; in get_gsm_triplet()
484 m->next = milenage_db; in read_milenage()
528 for (m = milenage_db; m; m = m->next) { in update_milenage_file()
577 m = m->next; in get_milenage()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dtncc.c57 struct tnc_if_imc *next; member
494 for (imc = tncc->imc; imc; imc = imc->next) { in tncc_send_to_imcs()
514 for (imc = tncc->imc; imc; imc = imc->next) { in tncc_init_connection()
534 for (imc = tncc->imc; imc; imc = imc->next) in tncc_total_send_len()
544 for (imc = tncc->imc; imc; imc = imc->next) { in tncc_copy_send_buf()
601 for (imc = tncc->imc; imc; imc = imc->next) in tncc_notify_recommendation()
889 while (last && last->next) in tncc_read_config_reg()
890 last = last->next; in tncc_read_config_reg()
982 last->next = imc; in tncc_read_config_reg()
1103 last->next in tncc_read_config()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c72 struct gsm_triplet *next; member
83 struct milenage_parameters *next; member
350 g->next = gsm_db; in read_gsm_triplets()
368 gsm_db_pos = g->next; in get_gsm_triplet()
371 g = g->next; in get_gsm_triplet()
377 gsm_db_pos = g->next; in get_gsm_triplet()
380 g = g->next; in get_gsm_triplet()
484 m->next = milenage_db; in read_milenage()
528 for (m = milenage_db; m; m = m->next) { in update_milenage_file()
577 m = m->next; in get_milenage()
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c51 struct DVBSubCLUT *next; member
78 struct DVBSubObject *next; member
87 struct DVBSubRegionDisplay *next; member
110 struct DVBSubRegion *next; member
149 ptr = ptr->next; in get_object()
160 ptr = ptr->next; in get_clut()
171 ptr = ptr->next; in get_region()
205 obj2_ptr = &obj2->next; in delete_region_display_list()
209 *obj2_ptr = obj2->next; in delete_region_display_list()
228 ctx->clut_list = clut->next; in delete_cluts()
[all...]
/third_party/popt/src/
H A Dpopt.c58 con->os->next, in prtcon()
59 (con->os->argv && con->os->argv[con->os->next] in prtcon()
60 ? con->os->argv[con->os->next] : "")); in prtcon()
168 con->os->next = 1; /* skip argv[0] */ in poptGetContext()
215 con->os->next = 1; /* skip argv[0] */ in poptResetContext()
217 con->os->next = 0; in poptResetContext()
268 /* We already have an exec to do; remember this option for next in handleExec()
374 con->os->next = 0; in handleAlias()
624 while (os->next == os->argc && os > con->optionStack) os--; in findNextArg()
625 if (os->next in findNextArg()
[all...]
/kernel/liteos_m/kernel/src/mm/
H A Dlos_memory.c330 VOID *ptr = sentinelNode->ptr.next;
335 ptr = node->ptr.next;
363 (sentinelNode->ptr.next == NULL)) {
372 if (sentinelNode->ptr.next != NULL) {
377 sentinelNode->ptr.next = newNode;
388 return node->ptr.next;
432 preSentinel->ptr.next = NULL;
436 preSentinel->ptr.next = mySentinel->ptr.next;
478 endNode->ptr.next
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c296 struct omstr *next; member
316 struct fnstr *next; member
346 struct patstr *next; member
701 p->next = NULL; in add_pattern()
708 p->next = after->next; in add_pattern()
709 after->next = p; in add_pattern()
731 pc = p->next; in free_pattern_chain()
753 fn = f->next; in free_file_chain()
1288 for (; ep != NULL; ep = ep->next) in test_incexc()
[all...]
/third_party/python/Lib/
H A Dtarfile.py524 """Return the next size number of bytes from the stream."""
1145 up to the next 512 byte border.
1285 """Return the next TarInfo object from TarFile object
1301 # 2. Set tarfile.offset to the position where the next member's header will
1345 # Fetch the next header and process it.
1347 next = self.fromtarfile(tarfile)
1351 # Patch the TarInfo object from the next header with
1353 next.offset = self.offset
1355 next.name = nts(buf, tarfile.encoding, tarfile.errors)
1357 next
2603 def next(self): global() member in TarFile
[all...]
/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c159 struct list_head *entry = journal->j_bitmap_nodes.next; in get_bitmap_node()
259 struct list_head *next = journal->j_bitmap_nodes.next; in free_bitmap_nodes() local
262 while (next != &journal->j_bitmap_nodes) { in free_bitmap_nodes()
263 bn = list_entry(next, struct reiserfs_bitmap_node, list); in free_bitmap_nodes()
264 list_del(next); in free_bitmap_nodes()
267 next = journal->j_bitmap_nodes.next; in free_bitmap_nodes()
341 * Uses the cnode->next and cnode->prev pointers
357 head[0].next in allocate_cnodes()
3989 struct reiserfs_journal_cnode *cn, *next, *jl_cn; do_journal_end() local
[all...]

Completed in 33 milliseconds

1...<<101102103104105106107108109110>>...523