Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 27) sorted by relevance

12

/kernel/
Dcfi.c72 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()
Dkallsyms.c423 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()
Dauditfilter.c902 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()
Dwatch_queue.c539 goto found; in remove_watch_from_object()
544 found: in remove_watch_from_object()
Dptrace.c760 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()
DKconfig.preempt126 matching task is found.
/kernel/trace/
Dring_buffer_benchmark.c193 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()
Dtrace_stack.c224 int found = 0; in check_stack() local
238 found = 1; in check_stack()
256 if (!found) in check_stack()
Dtrace_osnoise.c74 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()
Dpid_list.c304 goto found; in trace_pid_list_next()
308 found: in trace_pid_list_next()
Dtrace_events_hist.c963 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 …]
Dftrace.c4169 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 …]
Dtrace.c7919 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/
Dlpm_trie.c231 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()
Dbpf_iter.c317 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()
Dcgroup.c769 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/
Denergy_model.c245 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/
DKconfig70 message if an exception is found.
78 message if an exception is found and panic()s the system.
/kernel/sched/
Dtopology.c1713 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/
Dkdb_main.c551 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/
Dirqdomain.c429 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/
Dclocksource.c1002 goto found; in __clocksource_select()
1035 found: in __clocksource_select()
/kernel/dma/
Dswiotlb.c705 goto found; in swiotlb_do_find_slots()
714 found: in swiotlb_do_find_slots()
/kernel/locking/
Dlockdep.c1240 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/
DKconfig281 set the path where that binary is found. This can be changed

12