Searched refs:found (Results 1 – 14 of 14) sorted by relevance
/kernel/ |
D | kallsyms.c | 323 goto found; in kallsyms_lookup() 337 found: in kallsyms_lookup() 356 goto found; in lookup_symbol_name() 363 found: in lookup_symbol_name() 384 goto found; in lookup_symbol_attrs() 391 found: in lookup_symbol_attrs()
|
D | auditfilter.c | 894 struct audit_entry *e, *found = NULL; in audit_find_rule() local 907 found = e; in audit_find_rule() 918 found = e; in audit_find_rule() 923 return found; in audit_find_rule()
|
D | ptrace.c | 765 bool found = false; in ptrace_peek_siginfo() local 770 found = true; in ptrace_peek_siginfo() 777 if (!found) /* beyond the end of the list */ in ptrace_peek_siginfo()
|
/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_events_hist.c | 1632 struct hist_field *found = NULL; in find_any_var_ref() local 1638 found = find_var_ref(var_data->hist_data, hist_data, var_idx); in find_any_var_ref() 1639 if (found) in find_any_var_ref() 1643 return found; in find_any_var_ref() 1662 bool found = false; in check_var_refs() local 1669 found = true; in check_var_refs() 1675 return found; in check_var_refs() 1681 struct hist_var_data *var_data, *found = NULL; in find_hist_vars() local 1685 found = var_data; in find_hist_vars() 1690 return found; in find_hist_vars() [all …]
|
D | ftrace.c | 3857 int found = 0; in match_records() local 3879 found = add_rec_by_index(hash, &func_g, clear_filter); in match_records() 3891 found = ret; in match_records() 3894 found = 1; in match_records() 3900 return found; in match_records()
|
D | trace.c | 7125 char *found; in err_pos() local 7130 found = strstr(cmd, str); in err_pos() 7131 if (found) in err_pos() 7132 return found - cmd; in err_pos()
|
/kernel/bpf/ |
D | lpm_trie.c | 230 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem() local 248 found = node; in trie_lookup_elem() 263 found = node; in trie_lookup_elem() 273 if (!found) in trie_lookup_elem() 276 return found->data + trie->data_size; in trie_lookup_elem()
|
/kernel/dma/ |
D | swiotlb.c | 548 goto found; in swiotlb_tbl_map_single() 563 found: in swiotlb_tbl_map_single()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 562 int found = 0; in kdbgetaddrarg() local 615 found = kdbgetsymval(symname, &symtab); in kdbgetaddrarg() 616 if (found) { in kdbgetaddrarg() 625 if (!found) in kdbgetaddrarg() 626 found = kdbnearsym(addr, &symtab); in kdbgetaddrarg()
|
/kernel/time/ |
D | clocksource.c | 784 goto found; in __clocksource_select() 817 found: in __clocksource_select()
|
/kernel/irq/ |
D | irqdomain.c | 412 struct irq_domain *h, *found = NULL; in irq_find_matching_fwspec() local 437 found = h; in irq_find_matching_fwspec() 442 return found; in irq_find_matching_fwspec()
|
/kernel/locking/ |
D | lockdep.c | 1144 bool found = false; in is_dynamic_key() local 1162 found = true; in is_dynamic_key() 1168 return found; in is_dynamic_key() 5299 bool found = false; in lockdep_unregister_key() local 5314 found = true; in lockdep_unregister_key() 5318 WARN_ON_ONCE(!found); in lockdep_unregister_key()
|