/kernel/ |
D | cfi.c | 72 bool found = false; in is_module_cfi_trap() local 78 found = is_trap(addr, mod->kcfi_traps, mod->kcfi_traps_end); in is_module_cfi_trap() 82 return found; in is_module_cfi_trap()
|
D | kallsyms.c | 423 goto found; in kallsyms_lookup_buildid() 437 found: in kallsyms_lookup_buildid() 472 goto found; in lookup_symbol_name() 479 found: in lookup_symbol_name() 500 goto found; in lookup_symbol_attrs() 507 found: in lookup_symbol_attrs()
|
D | auditfilter.c | 902 struct audit_entry *e, *found = NULL; in audit_find_rule() local 915 found = e; in audit_find_rule() 926 found = e; in audit_find_rule() 931 return found; in audit_find_rule()
|
D | watch_queue.c | 539 goto found; in remove_watch_from_object() 544 found: in remove_watch_from_object()
|
D | ptrace.c | 760 bool found = false; in ptrace_peek_siginfo() local 765 found = true; in ptrace_peek_siginfo() 772 if (!found) /* beyond the end of the list */ in ptrace_peek_siginfo()
|
D | Kconfig.preempt | 126 matching task is found.
|
/kernel/trace/ |
D | ring_buffer_benchmark.c | 193 int found = 1; in ring_buffer_consumer() local 195 while (found && !test_error) { in ring_buffer_consumer() 198 found = 0; in ring_buffer_consumer() 211 found = 1; in ring_buffer_consumer()
|
D | trace_stack.c | 224 int found = 0; in check_stack() local 238 found = 1; in check_stack() 256 if (!found) in check_stack()
|
D | trace_osnoise.c | 74 int found = 0; in osnoise_instance_registered() local 79 found = 1; in osnoise_instance_registered() 83 return found; in osnoise_instance_registered() 122 int found = 0; in osnoise_unregister_instance() local 132 found = 1; in osnoise_unregister_instance() 137 if (!found) in osnoise_unregister_instance()
|
D | pid_list.c | 304 goto found; in trace_pid_list_next() 308 found: in trace_pid_list_next()
|
D | trace_events_hist.c | 963 struct hist_field *found = NULL; in find_any_var_ref() local 969 found = find_var_ref(var_data->hist_data, hist_data, var_idx); in find_any_var_ref() 970 if (found) in find_any_var_ref() 974 return found; in find_any_var_ref() 993 bool found = false; in check_var_refs() local 1000 found = true; in check_var_refs() 1006 return found; in check_var_refs() 1012 struct hist_var_data *var_data, *found = NULL; in find_hist_vars() local 1016 found = var_data; in find_hist_vars() 1021 return found; in find_hist_vars() [all …]
|
D | ftrace.c | 4169 int found = 0; in match_records() local 4191 found = add_rec_by_index(hash, &func_g, clear_filter); in match_records() 4203 found = ret; in match_records() 4206 found = 1; in match_records() 4212 return found; in match_records() 5216 bool found = false; in ftrace_find_direct_func() local 5221 found = true; in ftrace_find_direct_func() 5225 if (found) in ftrace_find_direct_func() 8300 size_t found; member 8322 args->found++; in kallsyms_callback() [all …]
|
D | trace.c | 7919 char *found; in err_pos() local 7924 found = strstr(cmd, str); in err_pos() 7925 if (found) in err_pos() 7926 return found - cmd; in err_pos() 9348 struct trace_array *tr, *found = NULL; in trace_array_find() local 9352 found = tr; in trace_array_find() 9357 return found; in trace_array_find()
|
/kernel/bpf/ |
D | lpm_trie.c | 231 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem() local 250 found = node; in trie_lookup_elem() 265 found = node; in trie_lookup_elem() 276 if (!found) in trie_lookup_elem() 279 return found->data + trie->data_size; in trie_lookup_elem()
|
D | bpf_iter.c | 317 bool found = false; in bpf_iter_unreg_target() local 324 found = true; in bpf_iter_unreg_target() 330 WARN_ON(found == false); in bpf_iter_unreg_target()
|
D | cgroup.c | 769 goto found; in replace_effective_prog() 773 found: in replace_effective_prog() 800 bool found = false; in __cgroup_bpf_replace() local 813 found = true; in __cgroup_bpf_replace() 817 if (!found) in __cgroup_bpf_replace() 920 goto found; in purge_effective_progs() 927 found: in purge_effective_progs()
|
/kernel/power/ |
D | energy_model.c | 245 int found = 0; in em_cpufreq_update_efficiencies() local 264 found++; in em_cpufreq_update_efficiencies() 269 if (!found) in em_cpufreq_update_efficiencies()
|
/kernel/trace/rv/ |
D | Kconfig | 70 message if an exception is found. 78 message if an exception is found and panic()s the system.
|
/kernel/sched/ |
D | topology.c | 1713 bool found = false; in find_numa_distance() local 1725 found = true; in find_numa_distance() 1732 return found; in find_numa_distance() 2041 int i, j = cpu_to_node(cpu), found = nr_cpu_ids; in sched_numa_find_closest() local 2053 found = cpu; in sched_numa_find_closest() 2060 return found; in sched_numa_find_closest()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 551 int found = 0; in kdbgetaddrarg() local 604 found = kdbgetsymval(symname, &symtab); in kdbgetaddrarg() 605 if (found) { in kdbgetaddrarg() 614 if (!found) in kdbgetaddrarg() 615 found = kdbnearsym(addr, &symtab); in kdbgetaddrarg()
|
/kernel/irq/ |
D | irqdomain.c | 429 struct irq_domain *h, *found = NULL; in irq_find_matching_fwspec() local 454 found = h; in irq_find_matching_fwspec() 459 return found; in irq_find_matching_fwspec()
|
/kernel/time/ |
D | clocksource.c | 1002 goto found; in __clocksource_select() 1035 found: in __clocksource_select()
|
/kernel/dma/ |
D | swiotlb.c | 705 goto found; in swiotlb_do_find_slots() 714 found: in swiotlb_do_find_slots()
|
/kernel/locking/ |
D | lockdep.c | 1240 bool found = false; in is_dynamic_key() local 1258 found = true; in is_dynamic_key() 1264 return found; in is_dynamic_key() 6328 bool found = false; in lockdep_unregister_key() local 6341 found = true; in lockdep_unregister_key() 6345 WARN_ON_ONCE(!found && debug_locks); in lockdep_unregister_key() 6346 if (found) { in lockdep_unregister_key()
|
/kernel/module/ |
D | Kconfig | 281 set the path where that binary is found. This can be changed
|