/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 184 struct symbol *curr, *next; in symbols__fixup_duplicate() local 195 next = rb_entry(nd, struct symbol, rb_node); in symbols__fixup_duplicate() 200 if (curr->start != next->start) in symbols__fixup_duplicate() 203 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate() 204 rb_erase_cached(&next->rb_node, symbols); in symbols__fixup_duplicate() 205 symbol__delete(next); in symbols__fixup_duplicate() 215 /* Update zero-sized symbols using the address of the next symbol */ 320 struct rb_node *next = rb_first_cached(symbols); in symbols__delete() local 322 while (next) { in symbols__delete() 323 pos = rb_entry(next, struc in symbols__delete() 756 struct rb_node *next = rb_first_cached(root); maps__split_kallsyms_for_kcore() local 810 struct rb_node *next = rb_first_cached(root); maps__split_kallsyms() local 990 struct rb_node *next = rb_first(modules); delete_modules() local 1300 struct map *old_map, *new_map, *replacement_map = NULL, *next; dso__load_kcore() local [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 11 * The above copyright notice and this permission notice (including the next 864 d3d12_shader_selector *prev, d3d12_shader_selector *next) in d3d12_fill_shader_key() 913 /* We require as outputs what the next stage reads, in d3d12_fill_shader_key() 915 if (next) { in d3d12_fill_shader_key() 916 if (!next->is_variant) { in d3d12_fill_shader_key() 919 uint64_t mask = next->current->nir->info.inputs_read & ~system_generated_in_values; in d3d12_fill_shader_key() 920 fill_varyings(&key->required_varying_outputs, next->current->nir, in d3d12_fill_shader_key() 924 uint32_t patch_mask = next->current->nir->info.patch_outputs_read; in d3d12_fill_shader_key() 930 key->next_varying_inputs = next->current->nir->info.inputs_read; in d3d12_fill_shader_key() 936 (!next || nex in d3d12_fill_shader_key() 862 d3d12_fill_shader_key(struct d3d12_selection_context *sel_ctx, d3d12_shader_key *key, d3d12_shader_selector *sel, d3d12_shader_selector *prev, d3d12_shader_selector *next) d3d12_fill_shader_key() argument 1063 select_shader_variant(struct d3d12_selection_context *sel_ctx, d3d12_shader_selector *sel, d3d12_shader_selector *prev, d3d12_shader_selector *next) select_shader_variant() argument 1345 d3d12_create_shader_impl(struct d3d12_context *ctx, struct d3d12_shader_selector *sel, struct nir_shader *nir, struct d3d12_shader_selector *prev, struct d3d12_shader_selector *next) d3d12_create_shader_impl() argument 1416 d3d12_shader_selector *next = get_next_shader(ctx, sel->stage); d3d12_create_shader() local 1495 d3d12_shader_selector *next = get_next_shader(ctx, sel->stage); d3d12_select_shader_variants() local [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ftrace.c | 228 } else if (rcu_dereference_protected(ftrace_ops_list->next, in update_ftrace_function() 289 rcu_assign_pointer(ops->next, *list); in add_ftrace_ops() 294 * the ops->next pointer is valid before another CPU sees in add_ftrace_ops() 311 rcu_dereference_protected(ops->next, in remove_ftrace_ops() 317 for (p = list; *p != &ftrace_list_end; p = &(*p)->next) in remove_ftrace_ops() 324 *p = (*p)->next; in remove_ftrace_ops() 424 struct ftrace_profile_page *next; member 466 pg = pg->next; in function_stat_next() 605 pg = pg->next; in ftrace_profile_reset() 645 pg->next in ftrace_profile_pages_init() 1116 struct ftrace_page *next; global() member 3360 struct list_head *next; t_probe_next() local 5133 char *func, *command, *next = buff; ftrace_process_regex() local 5319 struct list_head next; global() member 7462 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) ftrace_filter_pid_sched_switch_probe() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 99 Instruction *mov, *si, *next; in visit() local 101 for (mov = bb->getEntry(); mov; mov = next) { in visit() 102 next = mov->next; in visit() 132 Instruction *i, *next, *si; in visit() local 134 for (i = bb->getEntry(); i; i = next) { in visit() 135 next = i->next; in visit() 260 Instruction *next; in visit() local 262 for (Instruction *i = bb->getEntry(); i; i = next) { in visit() 310 Instruction *next; visit() local 409 Instruction *i, *next; visit() local 1734 Instruction *i, *next, *mi; visit() local 2375 Instruction *next; visit() local 2578 Instruction *i, *next; visit() local 2697 Record *next; global() member in nv50_ir::MemoryOpt::Record 2760 Record *it, *next; reset() local 3167 Instruction *ldst, *next; runOpt() local 3788 Instruction *phi, *next, *ik; visit() local 3850 Instruction *ir, *next; visit() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 11 * The above copyright notice and this permission notice (including the next 517 vma = vma->next; in __find_vma() 810 for (ee = gt->engine; ee; ee = ee->next) { in err_print_gt_engines() 827 for (vma = ee->vma; vma; vma = vma->next) in err_print_gt_engines() 857 for (ee = error->gt ? error->gt->engine : NULL; ee; ee = ee->next) in __err_print_to_sgl() 1014 struct i915_vma_coredump *next = vma->next; in i915_vma_coredump_free() local 1023 vma = next; in i915_vma_coredump_free() 1049 gt->engine = ee->next; in cleanup_gt() 1070 error->gt = gt->next; in __i915_gpu_coredump_free() 1423 struct intel_engine_capture_vma *next; global() member 1430 capture_vma_snapshot(struct intel_engine_capture_vma *next, struct i915_vma_resource *vma_res, gfp_t gfp, const char *name) capture_vma_snapshot() argument 1456 capture_vma(struct intel_engine_capture_vma *next, struct i915_vma *vma, const char *name, gfp_t gfp) capture_vma() argument 2248 char *buf, *ptr, *next; intel_klog_error_capture() local [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 11 * The above copyright notice and this permission notice (including the next 282 if (batch->next + num_dwords * 4 > batch->end) { in anv_batch_emit_dwords() 290 void *p = batch->next; in anv_batch_emit_dwords() 292 batch->next += num_dwords * 4; in anv_batch_emit_dwords() 293 assert(batch->next <= batch->end); in anv_batch_emit_dwords() 304 assert(batch->next >= batch_location); in anv_batch_address() 314 size = other->next - other->start; in anv_batch_emit_batch() 317 if (batch->next + size > batch->end) { in anv_batch_emit_batch() 325 assert(batch->next + size <= batch->end); in anv_batch_emit_batch() 328 memcpy(batch->next, othe in anv_batch_emit_batch() 2324 uint32_t next = n + 1; anv_queue_submit_locked() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 331 for (expr = src->expr; expr; expr = expr->next) { in constraint_node_clone() 384 expr_l->next = new_expr; in constraint_node_clone() 394 last_new_con->next = new_con; in constraint_node_clone() 397 src = src->next; in constraint_node_clone() 945 for (cat = sl->cat; cat; cat = cat->next) { in mls_semantic_level_expand() 1265 for (l = state->out->role_allow; l && l->next; l = l->next) ; in copy_role_allows() 1290 cur_allow = cur_allow->next; in copy_role_allows() 1304 l->next = n; in copy_role_allows() 1315 cur = cur->next; in copy_role_allows() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | xml_parser.cpp | 88 for (; currNode; currNode = currNode->next) {
in ParseInternal() 216 for (; currNode; currNode = currNode->next) {
in ParseStrategyConfig() 265 for (; currNode; currNode = currNode->next) {
in ParseAppBufferList() 319 for (; currNode; currNode = currNode->next) {
in ParseScreenConfig() 326 for (xmlNode *thresholdNode = currNode->xmlChildrenNode; thresholdNode; thresholdNode = thresholdNode->next) {
in ParseScreenConfig() 389 for (; currNode; currNode = currNode->next) {
in ParseSimplex() 438 for (; currNode; currNode = currNode->next) {
in ParserDynamicSetting() 442 for (xmlNode *thresholdNode = currNode->xmlChildrenNode; thresholdNode; thresholdNode = thresholdNode->next) {
in ParserDynamicSetting() 479 for (; currNode; currNode = currNode->next) {
in ParseSceneList() 524 for (; currNode; currNode = currNode->next) {
in ParseAppTypes() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_proxy.c | 87 struct IfaceNameInfo* next;
member 104 current = current->next;
in FindifaceName() 121 current = current->next;
in AddIfaceName() 134 current->next = NULL;
in AddIfaceName() 142 pre->next = current;
in AddIfaceName() 161 current = current->next;
in RemoveIfaceName() 165 g_IfaceNameInfoHead = current->next;
in RemoveIfaceName() 167 pre->next = current->next;
in RemoveIfaceName() 180 g_IfaceNameInfoHead = g_IfaceNameInfoHead->next;
in ClearIfaceName() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | mq-deadline.c | 48 * next in sort order. read, write or both are NULL 141 struct request *next) in dd_merged_requests() 144 * if next expires before rq, assign its expire time to rq in dd_merged_requests() 145 * and move into next position (next will be deleted) in fifo in dd_merged_requests() 147 if (!list_empty(&req->queuelist) && !list_empty(&next->queuelist)) { in dd_merged_requests() 148 if (time_before((unsigned long)next->fifo_time, in dd_merged_requests() 150 list_move(&req->queuelist, &next->queuelist); in dd_merged_requests() 151 req->fifo_time = next->fifo_time; in dd_merged_requests() 156 * kill knowledge of next, thi in dd_merged_requests() 140 dd_merged_requests(struct request_queue *q, struct request *req, struct request *next) dd_merged_requests() argument [all...] |
/kernel/linux/linux-5.10/drivers/of/ |
H A D | dynamic.c | 310 struct property *prop, *next; in property_list_free() local 312 for (prop = prop_list; prop != NULL; prop = next) { in property_list_free() 313 next = prop->next; in property_list_free() 585 for (propp = &ce->np->deadprops; *propp; propp = &(*propp)->next) { in __of_changeset_entry_apply() 587 *propp = ce->prop->next; in __of_changeset_entry_apply() 588 ce->prop->next = NULL; in __of_changeset_entry_apply() 601 for (propp = &ce->np->deadprops; *propp; propp = &(*propp)->next) { in __of_changeset_entry_apply() 603 *propp = ce->prop->next; in __of_changeset_entry_apply() 604 ce->prop->next in __of_changeset_entry_apply() [all...] |
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_rdma.c | 300 struct llist_node *next; in llist_append_to_list() local 305 next = node->next; in llist_append_to_list() 308 node = next; in llist_append_to_list() 325 struct llist_node **next = nodes_head; in list_to_llist_nodes() local 329 *next = cur; in list_to_llist_nodes() 330 next = &cur->next; in list_to_llist_nodes() 332 *next = NULL; in list_to_llist_nodes() 417 clean_nodes = clean_nodes->next; in rds_ib_flush_mr_pool() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_gate.c | 73 struct tcfg_gate_entry *next; in gate_timer_func() local 78 next = gact->next_entry; in gate_timer_func() 81 gact->current_gate_status = next->gate_state ? GATE_ACT_GATE_OPEN : 0; in gate_timer_func() 83 gact->current_max_octets = next->maxoctets; in gate_timer_func() 86 next->interval); in gate_timer_func() 90 if (list_is_last(&next->list, &p->entries)) in gate_timer_func() 91 next = list_first_entry(&p->entries, in gate_timer_func() 94 next = list_next_entry(next, list); in gate_timer_func() 108 gact->next_entry = next; in gate_timer_func() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 109 if (field->next) in define_symbolic_values() 110 define_symbolic_values(field->next, ev_name, field_name); in define_symbolic_values() 167 if (field->next) in define_flag_values() 168 define_flag_values(field->next, ev_name, field_name); in define_flag_values() 256 if (args->next) in define_event_symbols() 257 define_event_symbols(event, ev_name, args->next); in define_event_symbols() 392 for (field = event->format.fields; field; field = field->next) { in perl_process_tracepoint() 627 for (f = event->format.fields; f; f = f->next) { in perl_generate_script() 646 for (f = event->format.fields; f; f = f->next) { in perl_generate_script() 670 for (f = event->format.fields; f; f = f->next) { in perl_generate_script() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | reservations.c | 429 /* move start to the next bit to test */ in ocfs2_resmap_find_free_bits() 466 struct rb_node *prev, *next; in __ocfs2_resv_find_window() local 526 next = rb_first(root); in __ocfs2_resv_find_window() 527 next_resv = rb_entry(next, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window() 562 next = rb_next(prev); in __ocfs2_resv_find_window() 563 if (next) { in __ocfs2_resv_find_window() 564 next_resv = rb_entry(next, in __ocfs2_resv_find_window() 582 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1, in __ocfs2_resv_find_window() 583 next ? ocfs2_resv_end(next_resv) : -1); in __ocfs2_resv_find_window() 603 if (!next) in __ocfs2_resv_find_window() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_netportnet.c | 131 hash_netportnet4_data_next(struct hash_netportnet4_elem *next, in hash_netportnet4_data_next() argument 134 next->ipcmp = d->ipcmp; in hash_netportnet4_data_next() 135 next->port = d->port; in hash_netportnet4_data_next() 299 ip = ntohl(h->next.ip[0]); in hash_netportnet4_uadt() 300 p = ntohs(h->next.port); in hash_netportnet4_uadt() 301 ip2 = ntohl(h->next.ip[1]); in hash_netportnet4_uadt() 316 hash_netportnet4_data_next(&h->next, in hash_netportnet4_uadt() 423 hash_netportnet6_data_next(struct hash_netportnet6_elem *next, in hash_netportnet6_data_next() argument 426 next->port = d->port; in hash_netportnet6_data_next() 556 port = ntohs(h->next in hash_netportnet6_uadt() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
H A D | via_dmablit.c | 13 * next paragraph) shall be included in all copies or substantial portions 56 uint32_t next; member 74 dma_addr_t next = vsg->chain_start; in via_unmap_blit_from_device() local 83 dma_unmap_single(&pdev->dev, next, sizeof(*desc_ptr), DMA_TO_DEVICE); in via_unmap_blit_from_device() 85 next = (dma_addr_t) desc_ptr->next; in via_unmap_blit_from_device() 94 * 'next' field without syncing calls when the descriptor is already mapped. 114 dma_addr_t next = 0 | VIA_DMA_DPR_EC; in via_map_blit_for_device() local 141 desc_ptr->next = (uint32_t) next; in via_map_blit_for_device() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | reservations.c | 425 /* move start to the next bit to test */ in ocfs2_resmap_find_free_bits() 462 struct rb_node *prev, *next; in __ocfs2_resv_find_window() local 522 next = rb_first(root); in __ocfs2_resv_find_window() 523 next_resv = rb_entry(next, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window() 558 next = rb_next(prev); in __ocfs2_resv_find_window() 559 if (next) { in __ocfs2_resv_find_window() 560 next_resv = rb_entry(next, in __ocfs2_resv_find_window() 578 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1, in __ocfs2_resv_find_window() 579 next ? ocfs2_resv_end(next_resv) : -1); in __ocfs2_resv_find_window() 599 if (!next) in __ocfs2_resv_find_window() [all...] |
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | core.c | 796 if (fetch_robust_entry(&entry, &head->list.next, &pi)) in exit_robust_list() 813 * Fetch the next entry in the list before calling in exit_robust_list() 816 rc = fetch_robust_entry(&next_entry, &entry->next, &next_pi); in exit_robust_list() 891 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list() 909 * Fetch the next entry in the list before calling in compat_exit_robust_list() 913 (compat_uptr_t __user *)&entry->next, &next_pi); in compat_exit_robust_list() 955 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local 967 next = head->next; in exit_pi_state_list() 968 pi_state = list_entry(next, struc in exit_pi_state_list() [all...] |
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_rdma.c | 300 struct llist_node *next; in llist_append_to_list() local 305 next = node->next; in llist_append_to_list() 308 node = next; in llist_append_to_list() 325 struct llist_node **next = nodes_head; in list_to_llist_nodes() local 329 *next = cur; in list_to_llist_nodes() 330 next = &cur->next; in list_to_llist_nodes() 332 *next = NULL; in list_to_llist_nodes() 417 clean_nodes = clean_nodes->next; in rds_ib_flush_mr_pool() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_gate.c | 73 struct tcfg_gate_entry *next; in gate_timer_func() local 78 next = gact->next_entry; in gate_timer_func() 81 gact->current_gate_status = next->gate_state ? GATE_ACT_GATE_OPEN : 0; in gate_timer_func() 83 gact->current_max_octets = next->maxoctets; in gate_timer_func() 86 next->interval); in gate_timer_func() 90 if (list_is_last(&next->list, &p->entries)) in gate_timer_func() 91 next = list_first_entry(&p->entries, in gate_timer_func() 94 next = list_next_entry(next, list); in gate_timer_func() 108 gact->next_entry = next; in gate_timer_func() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 108 if (field->next) in define_symbolic_values() 109 define_symbolic_values(field->next, ev_name, field_name); in define_symbolic_values() 166 if (field->next) in define_flag_values() 167 define_flag_values(field->next, ev_name, field_name); in define_flag_values() 255 if (args->next) in define_event_symbols() 256 define_event_symbols(event, ev_name, args->next); in define_event_symbols() 395 for (field = event->format.fields; field; field = field->next) { in perl_process_tracepoint() 637 for (f = event->format.fields; f; f = f->next) { in perl_generate_script() 656 for (f = event->format.fields; f; f = f->next) { in perl_generate_script() 680 for (f = event->format.fields; f; f = f->next) { in perl_generate_script() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ctx_rewrite.c | 240 char *next; in match_number() local 241 int snum = strtol(str, &next, 10); in match_number() 243 if (next - str == 0 || num != snum) in match_number() 246 return next; in match_number() 361 char *next = str; in max_line_len() local 363 while (next) { in max_line_len() 364 next = strchr(str, '\n'); in max_line_len() 365 if (next) { in max_line_len() 366 max_line = max_t(u32, max_line, (next - str)); in max_line_len() 367 str = next in max_line_len() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_netportnet.c | 132 hash_netportnet4_data_next(struct hash_netportnet4_elem *next, in hash_netportnet4_data_next() argument 135 next->ipcmp = d->ipcmp; in hash_netportnet4_data_next() 136 next->port = d->port; in hash_netportnet4_data_next() 300 ip = ntohl(h->next.ip[0]); in hash_netportnet4_uadt() 301 p = ntohs(h->next.port); in hash_netportnet4_uadt() 302 ip2 = ntohl(h->next.ip[1]); in hash_netportnet4_uadt() 317 hash_netportnet4_data_next(&h->next, in hash_netportnet4_uadt() 424 hash_netportnet6_data_next(struct hash_netportnet6_elem *next, in hash_netportnet6_data_next() argument 427 next->port = d->port; in hash_netportnet6_data_next() 557 port = ntohs(h->next in hash_netportnet6_uadt() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264_parser.c | 454 * The prev_ values needed for decoding POC of the next picture are not set here. */ in parse_nal_units() 471 /* Set up the prev_ values for decoding POC of the next picture. */ in parse_nal_units() 596 int next; in h264_parse() local 608 next = buf_size; in h264_parse() 610 next = h264_find_frame_end(p, buf, buf_size, avctx); in h264_parse() 612 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { in h264_parse() 618 if (next < 0 && next != END_NOT_FOUND) { in h264_parse() 619 av_assert1(pc->last_index + next >= 0); in h264_parse() 620 h264_find_frame_end(p, &pc->buffer[pc->last_index + next], in h264_parse() [all...] |