Home
last modified time | relevance | path

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

/lib/
Dstackdepot.c171 struct stack_record *found; in find_stack() local
173 for (found = bucket; found; found = found->next) { in find_stack()
174 if (found->hash == hash && in find_stack()
175 found->size == size && in find_stack()
176 !memcmp(entries, found->entries, in find_stack()
178 return found; in find_stack()
209 struct stack_record *found = NULL, **bucket; in depot_save_stack() local
225 found = find_stack(smp_load_acquire(bucket), trace->entries, in depot_save_stack()
227 if (found) in depot_save_stack()
254 found = find_stack(*bucket, trace->entries, trace->nr_entries, hash); in depot_save_stack()
[all …]
Dis_single_threaded.c41 goto found; in current_is_single_threaded()
53 found: in current_is_single_threaded()
Dfault-inject.c72 bool found = (attr->require_start == 0 && attr->require_end == ULONG_MAX); in fail_stacktrace() local
75 return found; in fail_stacktrace()
89 found = true; in fail_stacktrace()
91 return found; in fail_stacktrace()
Dgenalloc.c420 bool found = false; in addr_in_gen_pool() local
428 found = true; in addr_in_gen_pool()
434 return found; in addr_in_gen_pool()
Dkobject_uevent.c447 goto found; in uevent_net_exit()
452 found: in uevent_net_exit()
Dvsprintf.c1201 bool found = true; in escaped_string() local
1237 found = false; in escaped_string()
1240 } while (found); in escaped_string()
1671 bool found = true; in format_decode() local
1681 default: found = false; in format_decode()
1684 if (!found) in format_decode()
Dswiotlb.c509 goto found; in swiotlb_tbl_map_single()
521 found: in swiotlb_tbl_map_single()
DKconfig.debug919 If the stack end location is found to be over written always panic as
1649 Documentation on how to use the module can be found in
1780 all OHCI1394 controllers which are found in the PCI config space.