/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | journal.c | 159 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() 3994 struct reiserfs_journal_cnode *cn, *next, *jl_cn; do_journal_end() local [all...] |
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 353 struct swig_cast_info *next; /* pointer to next cast in linked list */ member 363 struct swig_module_info *next; /* Pointer to next element in circularly linked list */ member 427 iter->prev->next = iter->next; in SWIG_TypeCheck() 428 if (iter->next) in SWIG_TypeCheck() 429 iter->next->prev = iter->prev; in SWIG_TypeCheck() 430 iter->next = ty->cast; in SWIG_TypeCheck() 436 iter = iter->next; in SWIG_TypeCheck() 1525 PyObject *next; global() member 1686 PyObject *next = sobj->next; SwigPyObject_dealloc() local 1734 SwigPyObject_append(PyObject* v, PyObject* next) SwigPyObject_append() argument 5193 struct swig_globalvar *next; global() member [all...] |
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | context_manager.c | 272 tempNode = tempNode->next; in GetContext() 388 temp = temp->next; in QueryAuthTempletaInfo() 459 tempNode = tempNode->next; in IsContextDuplicate() 465 tempNode = tempNode->next; in IsContextDuplicate() 508 temp = temp->next; in CopySchedules() 574 tempNode = tempNode->next; in DestroyContextNode() 578 tempNode = tempNode->next; in DestroyContextNode() 607 tempNode = tempNode->next; in GetCoAuthScheduleFromContext() 613 tempNode = tempNode->next; in GetCoAuthScheduleFromContext()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 63 list_del_rcu(&stit->next); in kvm_spapr_tce_liobn_put() 83 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group() 152 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group() 180 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group() 256 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release() 378 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate() 596 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce() 691 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect() 733 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vpe.c | 219 struct mips_hi16 *next; member 326 n->next = mips_hi16_list; in apply_r_mips_hi16() 337 struct mips_hi16 *l, *next; in apply_r_mips_lo16() local 375 next = l->next; in apply_r_mips_lo16() 377 l = next; in apply_r_mips_lo16() 394 next = l->next; in apply_r_mips_lo16() 396 l = next; in apply_r_mips_lo16()
|
/kernel/linux/linux-5.10/drivers/net/slip/ |
H A D | slhc.c | 136 ts[i].next = &(ts[i - 1]); in slhc_init() 138 ts[0].next = &(ts[comp->tslot_limit]); in slhc_init() 232 struct cstate *cs = lcs->next; in slhc_compress() 307 cs = cs->next; in slhc_compress() 334 lcs->next = cs->next; in slhc_compress() 335 cs->next = ocs->next; in slhc_compress() 336 ocs->next = cs; in slhc_compress()
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A D | util.c | 258 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear() 270 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear() 365 * next line if the string is too long to fit on one line. Newline 395 /* Wrap to next line if either the word does not fit, in print_autowrap() 397 short, and the next word does not fit. */ in print_autowrap() 412 /* Move to the next line if the word separator was a newline */ in print_autowrap() 583 struct dialog_list *p, *next; in item_reset() local 585 for (p = item_head; p; p = next) { in item_reset() 586 next = p->next; in item_reset() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_sched_wakeup.c | 379 struct task_struct *next, in tracing_sched_switch_trace() 395 entry->next_pid = next->pid; in tracing_sched_switch_trace() 396 entry->next_prio = next->prio; in tracing_sched_switch_trace() 397 entry->next_state = task_state_index(next); in tracing_sched_switch_trace() 398 entry->next_cpu = task_cpu(next); in tracing_sched_switch_trace() 434 struct task_struct *prev, struct task_struct *next) in probe_wakeup_sched_switch() 453 * actually be the same as next. in probe_wakeup_sched_switch() 457 if (next != wakeup_task) in probe_wakeup_sched_switch() 472 if (unlikely(!tracer_enabled || next != wakeup_task)) in probe_wakeup_sched_switch() 479 tracing_sched_switch_trace(wakeup_trace, prev, next, flag in probe_wakeup_sched_switch() 377 tracing_sched_switch_trace(struct trace_array *tr, struct task_struct *prev, struct task_struct *next, unsigned long flags, int pc) tracing_sched_switch_trace() argument 433 probe_wakeup_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next) probe_wakeup_sched_switch() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
H A D | drivers.c | 960 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach() 975 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach() 1129 driver->next = comedi_drivers; in comedi_driver_register() 1154 comedi_drivers = driver->next; in comedi_driver_unregister() 1156 for (prev = comedi_drivers; prev->next; prev = prev->next) { in comedi_driver_unregister() 1157 if (prev->next == driver) { in comedi_driver_unregister() 1158 prev->next = driver->next; in comedi_driver_unregister()
|
/kernel/linux/linux-6.6/drivers/comedi/ |
H A D | drivers.c | 959 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach() 974 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach() 1128 driver->next = comedi_drivers; in comedi_driver_register() 1153 comedi_drivers = driver->next; in comedi_driver_unregister() 1155 for (prev = comedi_drivers; prev->next; prev = prev->next) { in comedi_driver_unregister() 1156 if (prev->next == driver) { in comedi_driver_unregister() 1157 prev->next = driver->next; in comedi_driver_unregister()
|
/kernel/linux/linux-6.6/drivers/net/slip/ |
H A D | slhc.c | 136 ts[i].next = &(ts[i - 1]); in slhc_init() 138 ts[0].next = &(ts[comp->tslot_limit]); in slhc_init() 232 struct cstate *cs = lcs->next; in slhc_compress() 307 cs = cs->next; in slhc_compress() 334 lcs->next = cs->next; in slhc_compress() 335 cs->next = ocs->next; in slhc_compress() 336 ocs->next = cs; in slhc_compress()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.c | 113 struct ib_send_wr *next = head; in rtrs_post_send() local 115 while (next->next) in rtrs_post_send() 116 next = next->next; in rtrs_post_send() 117 next->next = wr; in rtrs_post_send() 123 wr->next = tail; in rtrs_post_send()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | key.c | 121 pptoken = &(*pptoken)->next) in rxrpc_preparse_xdr_rxkad() 366 pp = &(*pp)->next; in rxrpc_preparse() 385 struct rxrpc_key_token *next; in rxrpc_free_token_list() local 387 for (; token; token = next) { in rxrpc_free_token_list() 388 next = token->next; in rxrpc_free_token_list() 429 for (token = key->payload.data[0]; token; token = token->next) { in rxrpc_describe() 587 for (token = key->payload.data[0]; token; token = token->next) { in rxrpc_read() 657 for (token = key->payload.data[0]; token; token = token->next) { in rxrpc_read()
|
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/ |
H A D | util.c | 258 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear() 270 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear() 365 * next line if the string is too long to fit on one line. Newline 395 /* Wrap to next line if either the word does not fit, in print_autowrap() 397 short, and the next word does not fit. */ in print_autowrap() 412 /* Move to the next line if the word separator was a newline */ in print_autowrap() 583 struct dialog_list *p, *next; in item_reset() local 585 for (p = item_head; p; p = next) { in item_reset() 586 next = p->next; in item_reset() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | env.c | 154 struct rb_node *next; in perf_env__purge_bpf() local 159 next = rb_first(root); in perf_env__purge_bpf() 161 while (next) { in perf_env__purge_bpf() 164 node = rb_entry(next, struct bpf_prog_info_node, rb_node); in perf_env__purge_bpf() 165 next = rb_next(&node->rb_node); in perf_env__purge_bpf() 174 next = rb_first(root); in perf_env__purge_bpf() 176 while (next) { in perf_env__purge_bpf() 179 node = rb_entry(next, struct btf_node, rb_node); in perf_env__purge_bpf() 180 next = rb_next(&node->rb_node); in perf_env__purge_bpf()
|
/kernel/linux/linux-6.6/mm/ |
H A D | migrate_device.c | 121 goto next; in migrate_vma_collect_pmd() 132 goto next; in migrate_vma_collect_pmd() 138 goto next; in migrate_vma_collect_pmd() 150 goto next; in migrate_vma_collect_pmd() 155 goto next; in migrate_vma_collect_pmd() 159 goto next; in migrate_vma_collect_pmd() 167 goto next; in migrate_vma_collect_pmd() 207 goto next; in migrate_vma_collect_pmd() 264 next: in migrate_vma_collect_pmd()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_sched_wakeup.c | 376 struct task_struct *next, in tracing_sched_switch_trace() 392 entry->next_pid = next->pid; in tracing_sched_switch_trace() 393 entry->next_prio = next->prio; in tracing_sched_switch_trace() 394 entry->next_state = task_state_index(next); in tracing_sched_switch_trace() 395 entry->next_cpu = task_cpu(next); in tracing_sched_switch_trace() 431 struct task_struct *prev, struct task_struct *next, in probe_wakeup_sched_switch() 451 * actually be the same as next. in probe_wakeup_sched_switch() 455 if (next != wakeup_task) in probe_wakeup_sched_switch() 470 if (unlikely(!tracer_enabled || next != wakeup_task)) in probe_wakeup_sched_switch() 477 tracing_sched_switch_trace(wakeup_trace, prev, next, trace_ct in probe_wakeup_sched_switch() 374 tracing_sched_switch_trace(struct trace_array *tr, struct task_struct *prev, struct task_struct *next, unsigned int trace_ctx) tracing_sched_switch_trace() argument 430 probe_wakeup_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) probe_wakeup_sched_switch() argument [all...] |
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 260 for (Dwfl_Module *m = referer->dwfl->modulelist; m != NULL; m = m->next) in resolve_symbol() 707 size_t next = 0; in relocate_section() local 717 if (next != relidx) in relocate_section() 718 if (unlikely (gelf_update_rel (reldata, next, r) == 0)) in relocate_section() 720 ++next; in relocate_section() 732 if (next != relidx) in relocate_section() 733 if (unlikely (gelf_update_rela (reldata, next, r) == 0)) in relocate_section() 735 ++next; in relocate_section() 738 nrels = next; in relocate_section()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 259 struct CheckasmFuncVersion *next; member 440 CheckasmFuncVersion *v = f->versions.next; in destroy_func_tree() 442 CheckasmFuncVersion *next = v->next; in destroy_func_tree() local 444 v = next; in destroy_func_tree() 510 if (f->versions.cpu || f->versions.next) { in print_benchs() 518 } while ((v = v->next)); in print_benchs() 782 } while ((v = v->next)); in checkasm_check_func() 784 v = prev->next = checkasm_malloc(sizeof(CheckasmFuncVersion)); in checkasm_check_func()
|
/third_party/backends/frontend/ |
H A D | jpegtopdf.c | 136 struct sane_pdf_page *next; /* next page data */ member 253 SANE_pdf_page *cur, *next; in sane_pdf_close() local 263 next = cur->next; in sane_pdf_close() 265 cur = next; in sane_pdf_close() 357 p = p->next; in sane_pdf_end_doc() 462 p = p->next; in sane_pdf_end_doc() 520 p->prev = p->next = NULL; in sane_pdf_start_page() 531 pwork->last->next in sane_pdf_start_page() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | KeyTypeData.java | 255 UResourceBundle keyMapEntry = keyMapItr.next(); in initFromResourceBundle() 283 UResourceBundle typeAliasDataEntry = typeAliasResItr.next(); in initFromResourceBundle() 312 UResourceBundle bcpTypeAliasDataEntry = bcpTypeAliasResItr.next(); in initFromResourceBundle() 339 UResourceBundle typeMapEntry = typeMapResByKeyItr.next(); in initFromResourceBundle() 435 UResourceBundle keyInfoEntry = keyInfoIt.next(); in getKeyInfo() 439 UResourceBundle keyInfoEntry2 = keyInfoIt2.next(); in getKeyInfo() 471 UResourceBundle keyInfoEntry = keyInfoIt.next(); in getTypeInfo() 475 UResourceBundle keyInfoEntry2 = keyInfoIt2.next(); in getTypeInfo() 479 UResourceBundle keyInfoEntry3 = keyInfoIt3.next(); in getTypeInfo()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | LocaleMatcher.java | 126 * <p>From each desired locale to the next, 825 public LSR next() { in next() method in LocaleMatcher.ULocaleLsrIterator 826 current = locales.next(); in next() 851 public LSR next() { in next() method in LocaleMatcher.LocaleLsrIterator 852 current = locales.next(); in next() 890 LSR desiredLSR = lsrIter.next(); in getBestMatch() 934 LSR desiredLSR = lsrIter.next(); in getBestLocale() 994 LSR desiredLSR = lsrIter.next(); in getBestMatchResult() 1025 LSR desiredLSR = lsrIter.next(); in getBestLocaleResult() 1072 desiredLSR = remainingIter.next(); in getBestSuppIndex() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | KeyTypeData.java | 251 UResourceBundle keyMapEntry = keyMapItr.next(); in initFromResourceBundle() 279 UResourceBundle typeAliasDataEntry = typeAliasResItr.next(); in initFromResourceBundle() 308 UResourceBundle bcpTypeAliasDataEntry = bcpTypeAliasResItr.next(); in initFromResourceBundle() 335 UResourceBundle typeMapEntry = typeMapResByKeyItr.next(); in initFromResourceBundle() 431 UResourceBundle keyInfoEntry = keyInfoIt.next(); in getKeyInfo() 435 UResourceBundle keyInfoEntry2 = keyInfoIt2.next(); in getKeyInfo() 467 UResourceBundle keyInfoEntry = keyInfoIt.next(); in getTypeInfo() 471 UResourceBundle keyInfoEntry2 = keyInfoIt2.next(); in getTypeInfo() 475 UResourceBundle keyInfoEntry3 = keyInfoIt3.next(); in getTypeInfo()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocaleMatcher.java | 129 * <p>From each desired locale to the next, 733 public LSR next() { in next() method in LocaleMatcher.ULocaleLsrIterator 734 current = locales.next(); in next() 759 public LSR next() { in next() method in LocaleMatcher.LocaleLsrIterator 760 current = locales.next(); in next() 796 LSR desiredLSR = lsrIter.next(); in getBestMatch() 839 LSR desiredLSR = lsrIter.next(); in getBestLocale() 899 LSR desiredLSR = lsrIter.next(); in getBestMatchResult() 930 LSR desiredLSR = lsrIter.next(); in getBestLocaleResult() 977 desiredLSR = remainingIter.next(); in getBestSuppIndex() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_aapoint.c | 15 * next paragraph) shall be included in all copies or substantial portions 560 stage->next->tri( stage->next, &tri ); in aapoint_point() 565 stage->next->tri( stage->next, &tri ); in aapoint_point() 614 stage->next->flush( stage->next, flags ); in aapoint_flush() 634 stage->next->reset_stipple_counter( stage->next ); in aapoint_reset_stipple_counter() 700 aapoint->stage.next in draw_aapoint_stage() [all...] |